Port Scanners Flashcards
(47 cards)
What are the options of NMAP to control the timing of scanning speeds?
-T1 -T2 -T3 -T4 -T5
This NMAP Parameter will commence a XMAS scan on a device
-sX
This NMAP Parameter will export the scan results as an XML for external manipulation.
-oX
Nmap’s default scan with admin privledges
-Pn
-sT
-sS
sU
-sS
Nmap’s default scan with admin privledges
-Pn
-sT
-sS
sU
-sS
Nmaps default scan with without admin privledges
-Pn
-sT
-sS
sU
-sT
This NMAP Parameter will give more information on basic scans implemented
-v
____ - This port state is the result of an active port with an application that is actively accepting TCP connections.
Open
This NMAP Parameter will scan only the provided ports input
-p
____ 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
Make an nmap scan for nonexist.org and Include more information:
nmap -v nonexist.org
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
This parameter with specified numbers will scan all ports
-p 0-65535
What tool utilizes the command “ping scan”.
nmap
What tool would utilize the command: nc -z -v site.com?
Netcat
Port Scanning does what?
checks IP addresses
determines number of hops between routes
determines fastest route to delivery packets
to check which ports are open
to check which ports are open
What tool is used to read and write data across network connections using TCP or UDP protocol?
NetCat/Cryptcat
Which of the following tasks can NOT be done using Nmap?
Quickly recognize devices on a single or multiple networks
Monitor large networks
Transfer files across the network
Detects security risks
Transfer files across the network
This NMAP parameter/option will assume every host in a network scan is online. Example: -sS
-Pn
This NMAP Parameter will enable you to import a list of ip addresses or networks to scan
-iL
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
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
Active
This NMAP parameter will enable OS detection
-O
____ The result of a port that is active but has no application listening on it.
Closed