| Crates.io | portsniffer |
| lib.rs | portsniffer |
| version | 1.0.2 |
| created_at | 2023-02-16 20:08:34.257354+00 |
| updated_at | 2023-02-16 20:12:20.96808+00 |
| description | A simple port sniffer written in Rust |
| homepage | https://github.com/vin-ll/port_sniffer_cli |
| repository | https://github.com/vin-ll/port_sniffer_cli |
| max_upload_size | |
| id | 787023 |
| size | 6,392 |
Simple port sniffer made in rust as a learning project. Please only use this for ethical purposes only!
To install run:
cargo install portsniffer
To start portsniffer run:
portsniffer -h
To build it run:
cargo build --release
To start it run:
./release/debug/portsniffer -s IPV4ADDRESS
Open the folder target/debug and then execute portsniffer.exe
./target/debug/portsniffer -h
or (if installed via cargo)
portsniffer -h