/port_sniffer_cli

Simple port sniffer made in rust

Primary LanguageRust

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

Run the project (linux)

./target/debug/port_sniffer_cli -s IPV4ADDRESS

Run the project (windows)

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

To gather help run

./target/debug/port_sniffer_cli -h