🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

simpletcpclient

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpletcpclient

Simple command line TCP client

1.0.1
PyPI
Maintainers
1

Simple TCP Client

pipeline status Latest Release

A simple interactive TCP client, written in Python. Basically a simple python version of netcat.

Installation

pip3 install simpletcpclient

Usage

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.

Simple TCP Client

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts