Ethical Hacking Chapter 5 Exam
Questions and Answers 100% Solved
Security testers and hackers use which of the following to determine the
services running on a host and the vulnerabilities associated with these
services? - ✔✔Port scanning
What is the most widely used port-scanning tool? - ✔✔Nmap
To find extensive Nmap information and examples of the correct syntax to
use in Linux, which of the following commands should you type? - ✔✔man
nmap
To see a brief summary of Nmap commands in a Linux shell, which of the
following should you do? - ✔✔Type nmap -h.
Which of the following Nmap commands sends a SYN packet to a
computer with the IP address 193.145.85.210? (Choose all that apply.) -
✔✔nmap -sS 193.145.85.210
nmap -v 193.145.85.210
Which flags are set on a packet sent with the nmap -sX 193.145.85.202
command? (Choose all that apply.) - ✔✔FIN