Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

telnet

Unencrypted remote terminal protocol — useful for banner grabbing and manual protocol testing

remotebanner-grablegacynetworkprotocol

Connect to Host

Open an interactive telnet session to a host.

telnet

Connect to Specific Port

Connect to a specific TCP port — useful for banner grabbing.

telnet

Manual HTTP Request

Send a raw HTTP GET request via telnet for banner grabbing.

telnet

After connecting, type: GET / HTTP/1.0 then press Enter twice