Skip to content


一个防简单的防ddos工具

http://deflate.medialayer.com/

netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

Posted in linux 维护优化, shell, 安全, 技术.

Tagged with , , .


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. cst_zf says

    这个命令非常消耗cpu的,脚本语言运行太慢了,稍微压力大的服务器直接死在这里了。
    建议用ss命令,速度飞快的。



Some HTML is OK

or, reply to this post via trackback.