Study the log below and identify the scan type.
A.
nmap -sR 192.168.1.10
B.
nmap -sS 192.168.1.10
C.
nmap -sV 192.168.1.10
D.
nmap -sO -T 192.168.1.10
Study the log below and identify the scan type.
A.
nmap -sR 192.168.1.10
B.
nmap -sS 192.168.1.10
C.
nmap -sV 192.168.1.10
D.
nmap -sO -T 192.168.1.10
Why??
The log shows the result of a prototype scan.
-sO is a prototype scan
nmap -sO -T 192.168.1.10