Schon ein paar Jahre her, der Vortrag von Charly Kuehnast auf der 7. Secure Linux Administration Conference (https://www.youtube.com/watch?v=M5LzL2JfpOI) – aber ich bin gerade erst darüber gestolpert und notiere mir die Tools, die ich bei nächster Gelegenheit ausprobieren werde:
- TCPFlow – a program that captures data transmitted as part of TCP
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging;
siehe http://manpages.ubuntu.com/manpages/wily/man1/tcpflow.1.htmlz.B. tcpflow -i eth0 -c -e port 80
- Speedometer – Measure and display the rate of data across a network connection or data being stored in a file.
siehe – https://github.com/wardi/speedometer - Trickle – Trickle is a userland bandwidth shaper for Unix-like systems.
siehe https://github.com/mariusae/trickle - mtr – a network diagnostic tool
(„Wie traceroute, nur besser“)
siehe – http://manpages.ubuntu.com/manpages/xenial/man8/mtr.8.html - Swaks – a scriptable, transaction-oriented SMTP test tool
siehe – https://www.jetmore.org/john/code/swaks/versions.html - GoAccess – analyze webserver logfiles in real time
siehe – https://www.digitalocean.com/community/tutorials/how-to-install-and-use-goaccess-web-log-analyzer-with-apache-on-debian-7 - Smap – nmap for VOIP
- MOSH – Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.Mosh is a replacement for interactive SSH terminals. It’s more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
siehe – https://mosh.org/ - pen – Loadbalancer for TCP and UDP based protocols
siehe – http://manpages.ubuntu.com/manpages/zesty/man1/pen.1.htmlpen 80 www1:8000:10 www2:80:10 www3
- w3af – WAF
siehe – https://w3af.org/ - pwgen – generiert Passwörter in wählbarer Komplexität
- SSLScan – queries SSL services, such as HTTPS, in order to determine the ciphers that are supported.
siehe – https://sourceforge.net/projects/sslscan/
So.