jtpereyda / boofuzz

A fork and successor of the Sulley Fuzzing Framework
GNU General Public License v2.0
2.02k stars 343 forks source link

How to calculate the checksum for ICMPv6 protocol during fuzz testing? #717

Open newbing9527 opened 5 months ago

newbing9527 commented 5 months ago

boofuzz RawL2SocketConnection fuzz testing for ICMPv6 protocol, including the checksum part with the IPv6 pseudo-header (reference: RFC2460), as well as the entire ICMPv6 field. How can we dynamically calculate the checksum during fuzz testing?

Originally posted by @newbing9527 in https://github.com/jtpereyda/boofuzz/discussions/716