Port Sniffer CLI

Simple port sniffer made in rust as a learning project. Please only use this for ethical purposes only!

Usage

Build the project

cargo build --release

Run the project (linux)

./release/debug/portsniffer -s IPV4ADDRESS

Run the project (windows)

Open the folder target/debug and then execute portsniffer.exe

To gather help run

./target/debug/portsniffer -h