计算机网络/计算机科学与应用/系统/运维/开发

Linux DDOS攻击



netstat -anlp|grep 80|grep tcp|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -nr|head -n20 | netstat -ant |awk '/:80/{split($5,ip,":");++A[ip[1]]}END{for(i in A) print A[i],i}' |sort -rn|head -n20


https://www.94ip.com/post/628.html

https://blog.csdn.net/qjc_501165091/article/details/51225984

读书和赚钱都是一个人最好的修行,前者使人不惑,后者使人不屈,二者结合,便可不困于世,不流于俗

评论

^