NMAP
Definitions
- -sS
-
TCP-SYN(synchronize TCP) where this scan just sends one packet with SYN flag. No need to do the three-way handshake as it just waits for eitherRST(closed) orSYN-ACK(open) flag.
TCP-SYN (synchronize TCP) where this scan just sends one packet with SYN flag. No need to do the three-way handshake as it just waits for either RST (closed) or SYN-ACK (open) flag.