Tools/Commands Flashcards
tracert
Windows
Shows route to remote host + latency
traceroute
Linux
Shows route to remote host + latency
nslookup
Windows
Verify IP address of hostname in DNS database
set type=(record type)
dig
Linux equivalent of nslookup
ipconfig
Windows
Display IP configuration
ifconfig
Linux
Display IP configuration
nmap
Open-source
Create inventory of devices on network
Banner grabbing
pathping
Windows
Displays route to remote host + packet loss at each hop
hping
Open-source
Packet generator/analyzer
Firewall/network audits
netstat
Windows
Display active connections/listening ports/running services
Disappears on reboot
netcat (nc)
Linux
Display connections
Port scanning
File transfer
arp -a
Displays ARP cache
route print / route add
Display local routing table
Add route
cURL
Command-line tool to transfer data using several supported protocols
HTTP, FTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP, FILE
TheHarvester
Harvest email addresses of an organization