DDOS Check !
by dino on Feb.21, 2009, under Basics
A quick and usefull command for checking if a server is
under ddos is:
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
by dino on Feb.21, 2009, under Basics
A quick and usefull command for checking if a server is
under ddos is:
netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
All entries, chronologically...