Port Scanners Flashcards
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