Miscellaneous Options Flashcards

1
Q

Enable IPv6 scanning

A

-6

nmap -6 2607:f0d0:1002:51::4

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

nmap help screen

A

-h

nmap -h

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

Discovery only on ports x, no port scan

A

nmap -iR 10 -PS22-25,80,113,1050,35000 -v -sn

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

Arp discovery only on local network, no port scan

A

nmap 192.168.1.1-1/24 -PR -sn -vv

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

Traceroute to random targets, no port scan

A

nmap -iR 10 -sn -traceroute

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

Query the Internal DNS for hosts, list targets only

A

nmap 192.168.1.1-50 -sL –dns-server 192.168.1.1

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