A simple interactive TCP client, written in Python. Basically a simple python version of netcat.
pip3 install simpletcpclient
simpletcpclient <server> <port>
Simple TCP client also has built-in autocomplete, activated using the tab
key. It currently supports basic HTTP and SMTP commands: GET
, Host:
, MAIL FROM:
, RCPT TO:
etc.