0

I am using hping for my lab to generate UDP traffic

sudo hping3 64.2.0.50 --spoof 172.0.0.3 -p 323 -2 -c 300 -i u4

insted of using 172.0.0.3, i want to send around 250 packets from source 172.0.0.1 - 172.0.0.250.

can i achieve this using hping?

Was hoping this might work

sudo hping3 64.2.0.50 --spoof 172.0.0.x -p 323 -2 -c 300 -i u4 sudo hping3 64.2.0.50 --rand-source 172.0.0.[0-200] -p 323 -2 -c 300 -i u40

houde
  • 1

0 Answers0