Skip to content

TCP Connect Scan#

This is the default scan for nmap when it does not have elevated privileges. It initiates a full TCP connection and as a result can be slower. Additionally, it is also logged at the application level.

![[res/tcp-connect-scan.png]]

![[res/tcp-connect-scan-wireshark.png]]

This type of scan can also be specified via the -sT option.