Recon Tools Flashcards
Windows cmd to map the entire path of a packet
tracert
Linux/OS/Unix cmd to map the entire path of a packet.
traceroute
query information from DNS servers(deprecated).
nslookup
modern cmd to query information from DNS servers
dig
TCP/IP adapter information for Windows.
ipconfig, ipconfig /all for detailed info
TCP/IP adapter information for linux/OS
ifconfig
ICMP protocol to test for reachability, roundtrip time, ttl, and icmp sequence.
ping
Windows cmd that combines tracrt and ping
pathping
network statistics to show all information
netstat -a
network statistics to show windows binaries
netstat -b
network statistics showing ip addresses only without names
netstat -n
view local arp table (ip address, mac address, and type(static/dynamic)
arp -a
view next route/hop (Windows)
route print
view next route/hop (Linux/OS)
netstat -r
grabs raw html data from a url and displays in a terminal screen.
curl, client url