Exhibit:
Which of the following nmap command in Linux procedures the above output?
A.
sudo nmap -sP 192.168.0.1/24
B.
root nmap -sA 192.168.0.1/24
C.
run nmap -TX 192.168.0.1/24
D.
launch nmap -PP 192.168.0.1/24
Explanation:
This is an output from a ping scan. The option sP will give you a ping scan of the192.168.0.1/24 network.
Topic 4, Enumeration