guest.test’s Docs
Has attachment | Title | Author | Created | Last Edited | Tags |
---|---|---|---|---|---|
How to Check for DDoS in Linux
grep processor /proc/cpuinfo | wc -l uptime IP CHK: netstat -ntu|awk ‘{print $5}’|cut -d: -f1 -s|sort|uniq -c|sort -nk1 -r netstat -ntu|awk ‘{print $5}’|cut -d: -f1 -s |cut -f1,2 -d’.’|sed ‘s/$/.0.0/’|sort|uniq -c|sort -nk1 -r netstat -ntu|awk ‘{print $5}’|cut -d: -f1 -s |cut -f1,2,3 -d’.’|sed ‘s/$/.0/’|sort|uniq -c|sort -nk1 -r |
guest.test | 06/19/2021 | 06/20/2021 |
Viewing 1-1 of 1 docs