Nmap Flags Flashcards

1
Q

nmap 192.168.1.1

A

Scan a single IP

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

nmap 192.168.1.1 192.168.2.1

A

Scan specific IPs

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

nmap 192.168.1.1-254

A

Scan an IP range

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

nmap scanme.nmap.org

A

Scan a domain

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

nmap 192.168.1.0/24

A

Scan using CIDR notation

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

nmap -iL targets.txt

A

Scan targets from a file

“-iL”

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

nmap -iR 100

A

Scan 100 random hosts

“-iR”

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

nmap -exclude 192.168.1.1

A

Exclude listed hosts

“-exclude”

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

nmap 192.168.1.1 -sS

A

TCP SYN port scan (Default)

“-sS”

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

nmap 192.168.1.1 -sT

A

TCP connect port scan (Default without root privilege)

“-sT”

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

nmap 192.168.1.1 -sU

A

UDP port scan

-sU

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

nmap 192.168.1.1 -sA

A

TCP ACK port scan

-sA

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

nmap 192.168.1.1 -sW

A

TCP Window port scan

-sW

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

nmap 192.168.1.1 -sM

A

TCP Maimon port scan

-sM

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