Target Specifications Flashcards

1
Q

Scan a single IP

A

nmap 192.168.1.1

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

Scan specific IPs

A

nmap 192.168.1.1 192.168.2.1

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

Scan a range

A

nmap 192.168.1.1-254

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

Scan a domain

A

nmap scanme.nmap.org

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

Scan using CIDR notation

A

nmap 192.168.1.0/24

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

Scan targets from a file

A

-iL nmap -iL targets.txt

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

Scan 100 random hosts

A

-iR nmap -iR 100

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

Exclude listed hosts

A

–exclude

nmap –exclude 192.168.1.1

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