Könnt ihr mir sagen mit welchem Command über Putty man die Verbindungen auf einen DDOS überprüfen kann?
Auf dem Server läuft Ubuntu 18.04 64-BIT.
Danke im Voraus
root@ubuntu:~# netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort –n sort: cannot read: –n: No such file or directory root@ubuntu:~# netstat -n | grep :80 |wc –l wc: –l: No such file or directory root@ubuntu:~# netstat -n | grep :80 | grep SYN |wc –l wc: –l: No such file or directory