NMAP SCANS Flashcards

1
Q

What nmap scan, scans the list of devices up and running on a given subnet?; Give parameter

A

Ping scan; -sn -sp(old parameter but still works)

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

What nmap scan, is the default scan and administratively performs by sending an SYN packet and listening for a response(Never completes connection); Give parameter

A

Syn/Stealth Scan; sS

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

What nmap scan, gives full process of a tcp connection on 1000 ports; Give parameter

A

Connect Scan; sT

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

What nmap scan, is considered a DNS, DHCP, SNMP interaction scanner? ; Give parameter

A

UDP Scan; sU

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

What nmap sets flags FIN,PSH,URG on?; Give parameter

A

XMAS Scan; -sX

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

What nmap sets flag FIN on? ; Give Parameter

A

FIN Scan; -sF

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

What nmap scan sets no flags on? ; Give parameter

A

Null Scan; -sN

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

What nmap scan sets the ACK bit for firewall filtration? ; Give parameter

A

TCP Ack Scan; -sA

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

What nmap scan is an Operating System Detection?; Give Parameter

A

OS Dectection; -O

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

Which nmap option wold you use to scall all 65,535 TCP ports?

A

-p-

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

Which nmap option would you use to scan for open ports and service versions?

A

-sV

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

What parameter will enable you will to import a list of ip addresses or networks to scan?

A

-iL

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

What parameter will assume every host in a network scan is online?

A

-Pn

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

What Nmaps parameter gives you a default scan without admin privileges?

A

-sT

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

What Nmaps parameter gives you a default scan with admin privileges?

A

-sS

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

What nmap parameter will export the scan results as an XML external manipulation?

A

-oX

17
Q

Important note to remember about Port scans:

A

NMAP, by default, scans 1,000 predetermined well-known ports. To specify a particular port (or ports), one
must use -p