Network Tools
Network diagnostic and testing tools for TCP, UDP, HTTP, and DNS
TCP & UDP
arp && arping
# install
apt install net-tools
apt install arping
# select arp table
arp -ne
-e display (all) hosts in default (Linux) style
-n, --numeric don\'t resolve names
# arping
arping 192.168.1.100
-c count
-i interface
-s MAC
-S IP
# get packets
tcpdump -ttttnvvvS -i ens160 arphping3 && tcping
iftop
ip
netstat && ss
nc && netcat
tcpdump
tcpkill
wscat
HTTP
ab && wrk
curl
DNS
dig
Last updated