Nmap Flashcards

1
Q

utility for data transfer, redirection, and debugging

A

Ncat

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

Scan results comparison tool

A

Ndiff

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

Packet generation and response analysis

A

Nping

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

nmap -p 1-65535 192.168.1.1

A

Port scan for port range

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

Nmap output lists the port number and protocol, service name, and state.

A

interesting ports table

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

4 different states in the Nmap interesting ports table

A

states are open, filtered, closed, or unfiltered

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

Nmap -sO

A

IP protocol scan

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

Nmap -A

A

Enables OS detection, version detection, script scanning, and traceroute

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

The default (normal) Nmap scan speed

A

Nmap -T3

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

Paranoid, Sneaky, Polite, Normal, Aggressive, Insane

A

The 6 Nmap scan speeds

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

6 Nmap switches which set timing and performance

A

Nmap -T0, -T1, -T2, -T3. -T4, -T5

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

Nmap Scan most common ports

A

–top-ports

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

Nmap gets input from list of hosts/networks

A

-iL

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

4 types of Nmap output files

A
  • oN : Normal
  • oX : XML
  • oS : s|: Grepable format
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Output in the three major formats at once

A

-oA

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

Nmap 192.168.1.1

A

Basic Nmap scan

17
Q

This switch speeds up scans by not resolving DNS

A
  • n: Never do DNS resolution
  • R: Always resolve DNS
    default: sometimes
18
Q

Nmap -sV 192.168.1.1

A

Detect service/daemon versions