NMAP SCANS Flashcards
What nmap scan, scans the list of devices up and running on a given subnet?; Give parameter
Ping scan; -sn -sp(old parameter but still works)
What nmap scan, is the default scan and administratively performs by sending an SYN packet and listening for a response(Never completes connection); Give parameter
Syn/Stealth Scan; sS
What nmap scan, gives full process of a tcp connection on 1000 ports; Give parameter
Connect Scan; sT
What nmap scan, is considered a DNS, DHCP, SNMP interaction scanner? ; Give parameter
UDP Scan; sU
What nmap sets flags FIN,PSH,URG on?; Give parameter
XMAS Scan; -sX
What nmap sets flag FIN on? ; Give Parameter
FIN Scan; -sF
What nmap scan sets no flags on? ; Give parameter
Null Scan; -sN
What nmap scan sets the ACK bit for firewall filtration? ; Give parameter
TCP Ack Scan; -sA
What nmap scan is an Operating System Detection?; Give Parameter
OS Dectection; -O
Which nmap option wold you use to scall all 65,535 TCP ports?
-p-
Which nmap option would you use to scan for open ports and service versions?
-sV
What parameter will enable you will to import a list of ip addresses or networks to scan?
-iL
What parameter will assume every host in a network scan is online?
-Pn
What Nmaps parameter gives you a default scan without admin privileges?
-sT
What Nmaps parameter gives you a default scan with admin privileges?
-sS