Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlenon7/ip_sniffer
🔎 Simple port sniffer CLI application.
https://github.com/jlenon7/ip_sniffer
Last synced: 9 days ago
JSON representation
🔎 Simple port sniffer CLI application.
- Host: GitHub
- URL: https://github.com/jlenon7/ip_sniffer
- Owner: jlenon7
- Created: 2024-04-07T17:41:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T17:49:41.000Z (9 months ago)
- Last Synced: 2024-10-05T23:41:39.827Z (3 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Sniffer 🔎
> Simple port sniffer CLI application.
## Running
Display CLI help:
```sh
cargo run -- -h
```Build and run the CLI. The `-j` option is the number of threads:
```sh
cargo run -- -j 1000 192.168.1.1
```