Connect to Host
Open an interactive telnet session to a host.
telnet
Tool
Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.
Unencrypted remote terminal protocol — useful for banner grabbing and manual protocol testing
Parameters
Open an interactive telnet session to a host.
Connect to a specific TCP port — useful for banner grabbing.
Send a raw HTTP GET request via telnet for banner grabbing.
After connecting, type: GET / HTTP/1.0 then press Enter twice