Crates.io | netcomm |
lib.rs | netcomm |
version | 0.1.0 |
source | src |
created_at | 2022-10-20 15:30:32.16477 |
updated_at | 2022-10-20 15:30:32.16477 |
description | Communicate with servers interactively |
homepage | |
repository | https://github.com/secondary-smiles/netcomm |
max_upload_size | |
id | 692540 |
size | 200,772 |
Communicate with servers interactively.
Basically, netcat with fewer features made in Rust
$ netcomm [OPTIONS] <DOMAIN> <PORT>
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