J01: Port Scanners (PE) Flashcards
NMAP-13
This Parameter will control the timing of scanning and is the highest speed available. This speed can expose your overall intent.
-T5
NMAP-100
This Parameter will commence a XMAS scan on a device
-xS
NMAP-144
This Parameter will export the scan results as an XML for external manipulation.
-oX
NMAP-185
Nmap’s default scan with admin privledges
- -Pn
- -sT
- -sS
- sU
-sS
NMAP-187
Nmaps default scan with without admin privledges
- -Pn
- -sT
- -sS
- sU
sT
NMAP-201
This Parameter will give more information on basic scans implemented
-v
NMAP-309
____ - This port state is the result of an active port with an application that is actively accepting TCP connections.
open
NMAP-367
This Parameter will scan only the provided ports input
-p
NMAP-404
____ 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.
filtered
NMAP-469
Make an nmap scan for nonexist.org and Include more information
nmap -v nonexist.org
NMAP-488
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
FIN, PSH, URG
NMAP-501
This parameter with specified numbers will scan all ports
-p 0-65535
NMAP-543
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)
22,80,646,9929,61337
NMAP-552
This parameter/option will assume every host in a network scan is online. Example: -sS
-Pn
NMAP-559
This Parameter will enable you to import a list of ip addresses or networks to scan
-iL
NMAP-580
Nmap scans how many ports by default if not specified?
- 500 ports
- 1000 ports
- Top 1000 used ports
- All well known ports
Top 1000 used ports
Linux
NMAP-719
When implementing nmap on a network its capabilities can include identifying ports, servers and active hosts within the network scope. What type of reconnaissance is nmap classified to implement on a network?
- Recursive
- Active
- Passive
- Port-scanner
Active
NMAP-780
This parameter will enable OS detection
-O
NMAP-786
____ The result of a port that is active but has no application listening on it.
closed