Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```