/netcat

An netcat in development. Planned features are Haiku OS to Linux compatibility.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A "netcat" ( somehwat misleading name, since it provides different base functionality than the UNIX netcat does ) tool written in python3, meant for usage on Linux. Currently features a very basic remote shell and file transfer. WIP. Linux-HaikuOS ( and vice versa ) compatibility, AES encryption and server multi-threading coming soon

USAGE

(usage gif)

Server

python3 netcat_server.py -t <bind ipv6> -p <bind port> -i <ip version&gt

Client

python3 netcat_client.py -t <target ipv6> -p <target port> -i <ip version>

File transfer

python3 netcat_server.py -t <target ip> -p <target port> -i <ip version> -c path/to.file