TCP Tools
From IP Tools Snifer (Erwan L)
TCP TOOLS
- TCP Scan (connect)
Will perform a full connect scan (host or subnet).
This mean the scanner will send a SYN, the scan host will sent a SYN+ACK and the scanner will finally send a ACK.
- TCP Scan (Half Connect)
Same as above but the scanner will send only a SYN, thus not establish a connection.
- TCP Ping (Half Connect)
Will detect online host by send a SYN / FIN / XMAS (all flags set) / Null (no flag set).
Remote host will etiher send a RST+ACK / SYN+ACk depending if the choosen port is open/closed.
- TCP Client / Server
Standard TCP client / server.
Can be used for any purpose.
- Telnet Client / Server
Standard Telnet client / server.
Any user/pwd can be used to log in the telnet server.
- SQL Login
Will try out a username / password against a SQL server.
- Time Client / Server
Standard time client / server (TCP port 37).
- DayTime Client / Server
Standard daytime client / server (TCP port 13).