Hi boy! Wonderful article! Very thanks. Only a precisation on …

Friday, 29th March 2024

Comment on How to check if your Linux WebServer is under a DoS attack by Pol.

Hi boy! Wonderful article! Very thanks. Only a precisation on 4th point: the line should be:

netstat -nap | grep 'tcp|udp' | awk '{print $5}' | cut -d: -f1 | sort |uniq -c |sort -n

(not udp|udp)

🙂

Pol

Share this on:

Comments are closed.