1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
ping
goat
it’s ping bro idk what you want me to say
traceroute
Unix/Linux/macOS
TTL pinging
shows routes
tracert
windows
TTL pinging
shows route
nslookup
get DNS info
dig
get DNS info
mostly linux and macOS
has windows versions
tcpdump
capture packets from command line
netstat -a
shows all active network connections
netstat - b
shows binaries (Windows)
netstat - n
doesn’t resolve name
ipconfig
windows
ip configuration info
ifconfig
linux
shows ip config info
ip address
newer linux
shows ip config info
arp - a
shows arp table
nmap
network mapper
finds live hosts, open ports, running services, and possible vulnerabilities
netsh
network shell
windows config ip, gateway, dns, interfaces