Skip to content

v0.6.0

Compare
Choose a tag to compare
@hack3ric hack3ric released this 02 Nov 14:16
· 48 commits to master since this release
1e7d5d7

This version supports alternative kprobe method for checksum hacks, domain resolution support, packet padding and more!

  • Do not depend on bpf_xdp_get_buff_len for payload length; this could be larger than the actual packet length, and the real length should be retrieved from packet headers
  • Add kprobe checksum hacks, along with previous kfunc implementation
  • Enable XDP fragments support
  • RST is now sent to peers when Mimic is shutting down
  • Allow domain names in filters; they are only resolved when Mimic starts, and only resolved IPs are stored
  • Allow fixed or pseudo-random padding in packets

Full Changelog: v0.5.0...v0.6.0