Describe the various types of port scans that are possible w…
Describe the various types of port scans that are possible with nmap (the name of the scan) nmap -sT 192.168.1.1 :_________________________________ nmap -sS 192.168.1.1 :_________________________________ nmap -sA 192.168.1.1 :_________________________________ nmap -sN 192.168.1.1 :_________________________________ nmap -sX 192.168.1.1 :_________________________________ nmap -O 192.168.1.1 :_________________________________