Section 6: NMAP Flashcards

1
Q

NMAP: -sL

A

List Scan (-sL)
o Lists the IP addresses from the supplied target range(s)
and performs a reverse-DNS query to discover any host
names associated with those IPs

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

NMAP: -PS

A

TCP SYN ping (-PS <PortList>)
o Probes specific ports from the given list using a TCP SYN
packet instead of an ICMP packet to conduct the ping</PortList>

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

NMAP: -Tn

A

Issues probes with using a timing pattern with n being the
pattern to utilize (0 is slowest and 5 is fastest

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

NMAP: -sl

A

Another stealth method, this scan makes it appear that
another machine (a zombie) started the scan to hide the
true identity of the scanning machine

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

NMAP: f or –mtu

A

Fragmentation (-f or –mtu)
o A technique that splits the TCP header of each probe
between multiple IP datagrams to make it hard for an IDS
or IPS to detect

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

Nmap Output

A

▪ Interactive (default) to screen
▪ Normal (-oN) to file
▪ XML (-oX) to file
▪ Grepable (-oG) to file

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

NMAP: -sS

A

TCP SYN (-sS)
▪ Conducts a half-open scan by sending a SYN packet to identify the port
state without sending an ACK packet afterwards

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

NMAP: -sT

A

o TCP Connect (-sT)
▪ Conducts a three-way handshake scan by sending a SYN packet to
identify the port state and then sending an ACK packet once the SYN-ACK
is received

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

NMAP: -sN

A

Null Scan (-sN)
▪ Conducts a scan by sending a packet with the header bit set to zero

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

NMAP: -sF

A

FIN Scan (-sF)
▪ Conducts a scan by sending an unexpected FIN packet

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

NMAP: -sX

A

Xmas Scan (-sX)
▪ Conducts a scan by sending a packet with the FIN, PSH, and URG flags set
to one

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

NMAP: -sU

A

UDP Scan (-sU)
▪ Conducts a scan by sending a UDP packet to the target and waiting for a
response or timeout

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

Which Nmap scan requires root access?

A

-sS - Half Scan, SYN Scan

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