Trinity needs to scan all hosts on a /16 network for TCP port 445 only. What is the fastest way she can accomplish this with Nmap? Stealth is not a concern.
A. nmap p 445 n T4 open 10.1.0.0/16
B. nmap p 445 max Pn 10.1.0.0/16
C. nmap sn sF 10.1.0.0/16 445
D. nmap s 445 sU T5 10.1.0.0/16
A. nmap p 445 n T4 open 10.1.0.0/16
B. nmap p 445 max Pn 10.1.0.0/16
C. nmap sn sF 10.1.0.0/16 445
D. nmap s 445 sU T5 10.1.0.0/16