Font size
WorksheetsModule 2A. Active Reconnaissance - Scanning
Total questions: 15
Worksheet time: 8mins
Which of the following can ONLY be used to scan for live host WITHIN the same subnet?
nmap 10.0.1.2 -p 0-65535
Which of the following nmap scans is the slowest to perform?
Which of the following commands will perform a full three-way handshake to scan for open ports in the machine 10.0.1.2 without scanning for service version?
Which of the following commands will perform a partial three-way handshake to scan for open ports in the machine 10.0.1.2 without scanning for service version?
Which of the following nmap scans will detect the versions of services running on ports 21 AND 80 for the machine 10.0.1.2?
sudo nmap -sV -Pn 10.0.1.2 -p21,80
Which of the following nmap scans will detect the OS version of the machine 10.0.1.2?
sudo nmap -O -Pn 10.0.1.2
