1 unstable release
0.1.0 | Oct 20, 2022 |
---|
#9 in #interactively
175KB
315 lines
Netcomm
Communicate with servers interactively.
Basically, netcat with fewer features made in Rust
Usage
$ netcomm [OPTIONS] <DOMAIN> <PORT>
Where
OPTIONS are -l
or --listen
DOMAIN is an IP or URL
PORT is a valid port number (u16)
$ netcomm -h
Communicate with servers interactively
Usage: netcomm [OPTIONS] <DOMAIN> <PORT>
Arguments:
<DOMAIN>
<PORT>
Options:
-l, --listen Run in listen mode
-h, --help Print help information
-V, --version Print version information
Demonstration
Dependencies
~1.2–1.9MB
~36K SLoC