This might not be much help but nemesisHi all, I have to test some IP appliances against some common DOS attacks, which include thinks like:
SYN FLOOD
FIN FLOOD
fragment attacks (teardrop, tiny fragments,...)
same src/dst IP.
Ping Of Death...
and any other relevant attack.
Is there such a tool ? Thanks guys
nemesis tcp -S plus other(syn flood)
nemesis tcp -F plus other(fin flood)
nemesis icmp -type 80 (ping of death)
nemesis tcp -fragmentoption (fragment)
nemesis tcp -D 64.64.64.64 -H 64.64.64.64 (*same dest/src)



