Command-Line Flashcards

1
Q

banner grabbing

A

netcat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

port scanning

A

netcat & Nmap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

software that can discover hosts and services on a network

A

Nmap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

command-line packet capturing utility

A

tcpdump

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

replacement for ifconfig in Linux

A

ip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

displays ip address, subnet mask, and default gateway for all adapters

A

ipconfig without any parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

resolves IP to MACs

A

arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

display a table of IPs and their resolved MACs (Windows)

A

arp -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

troubleshoot DNS-related problems

A

nslookup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

track and display route taken by an IP packet on its way to another host

A

tracert (Windows) & traceroute (Linux)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

display active TCP/IP connections

A

netstat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly