List of Port Scanning Methods:
- TCP
- UDP
- NULL
- FIN
- XMAS
- ACK
- IDLE
NULL
Does not set any bits (TCP flag header is 0).
FIN
Sets just the TCP FIN bit.
XMAS
Sets the FIN, PSH, and URG flags, lighting the packet up like a Christmas tree.
ACK
This scan is different than the others discussed so far in that it never determines open (or even open|filtered) ports.
External References
- “Port Scanning Techniques and Algorithms“, Gordon “Fyodor” Lyon, nmap.org
- “CEH v10 Course: Module 3”, EC-Council