Mod 1 - Port Scanners - PE Flashcards

1
Q

This Parameter will control the timing of scanning and is the highest speed available. This speed can expose your overall intent.

A

-T5

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

This Parameter will commence a XMAS scan on a device.

A

nmap -sX

(for slide just use -sX)

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

This Parameter will export the scan results as an XML for external manipulation.

A

-oX

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

Nmap’s default scan with admin privileges.

  • -Pn
  • -sT
  • -sS
  • sU
A

-sS

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

Nmaps default scan with without admin privileges.

  • Pn
  • sT
  • sS
  • sU
A

-sT

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

This Parameter will give more information on basic scans implemented

A

-v

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

____ - This port state is the result of an active port with an application that is actively accepting TCP connections.

A

open

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

This Parameter will scan only the provided ports input

A

-p

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

____ Is the result when it cannot determine whether the port is active because packet sorting stops connections from reaching the port. It could be the result of a dedicated firewall device, router, router rules or host-based firewall software.

A

filtered

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

Make an nmap scan for nonexist.org and include more information

A

nmap -v nonexist.org

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

What flags are sent in a Christmas scan?

  • SYN,SYN/ACK,PSH,ACK
  • FIN,PSH,URG
  • FIN,PSH,URG,SYN,SYN/ACK
  • FIN,SYN,SYN/ACK,PSH
A

FIN,PSH,URG

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

This parameter with specified numbers will scan all ports

A

-p 0-65535

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

Conduct a service probe on “scanme.nmap.org” for top ports on the machine. What ports are open? EX:10,20,30,455 (Lowest to highest port)

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

This parameter/option will assume every host in a network scan is online. Example: -sS

A

-Pn

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

This Parameter will enable you to import a list of ip addresses or networks to scan

A

-iL

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

Nmap scans how many ports by default if not specified?

  • 500 ports
  • 1000 ports
  • Top 1000 used ports
  • All well known ports
A

Top 1000 used ports

17
Q

What is the possible Operating system for scanme.nmap.org?

  • Linux
  • Solaris
  • Debian
  • Windows
A

Linux

18
Q

When implementing nmap on a network its capabilities can include identifying ports, servers and active hosts within the network scope. What type of reconissiance is nmap classified to implement on a network?

  • Recursive
  • Active
  • Passive
  • Port-scanner
A

Active

19
Q

This parameter will enable OS detection

A

-O

20
Q

____ The result of a port that is active but has no application listening on it.

A

closed

21
Q

Nmap has the capability to integrate scripts

  • TRUE
  • FALSE
A

TRUE

22
Q

____ Is the result when nmap can connect to a port but is unable to verify ports as active or deactivated

A

unfiltered

23
Q

Create a nmap scan that will scan a 198.216.0.0/16 network for version information on services ssh,dns,pop3 and RDP

A
24
Q

This Parameter will control the timing of scanning and takes the longest time to assist in avoiding detection.

A

-T0

25
Q

Nmap scans are a form of what type of reconnisance?

A

active