Which of the following Nmap commands will produce the following output?
Output:
nmap -sN -Ps -T4 192.168.1.1
nmap -sT -sX -Pn -p 1-65535 192.168.1.1
nmap -sS -Pn 192.168.1.1
nmap -sS -sU -Pn -p 1-65535 192.168.1.1
Submit