Command-Line Flashcards
1
Q
banner grabbing
A
netcat
2
Q
port scanning
A
netcat & Nmap
3
Q
software that can discover hosts and services on a network
A
Nmap
4
Q
command-line packet capturing utility
A
tcpdump
5
Q
replacement for ifconfig in Linux
A
ip
6
Q
displays ip address, subnet mask, and default gateway for all adapters
A
ipconfig without any parameters
7
Q
resolves IP to MACs
A
arp
8
Q
display a table of IPs and their resolved MACs (Windows)
A
arp -a
9
Q
troubleshoot DNS-related problems
A
nslookup
10
Q
track and display route taken by an IP packet on its way to another host
A
tracert (Windows) & traceroute (Linux)
11
Q
display active TCP/IP connections
A
netstat