portsniffer 1.0.2

A simple port sniffer written in Rust
portsniffer-1.0.2 is not a library.

Port Sniffer CLI

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

Usage

Install via cargo

To install run:

cargo install portsniffer

To start portsniffer run:

portsniffer -h

Build the project

To build it run:

cargo build --release

To start it run:

Linux:

./release/debug/portsniffer -s IPV4ADDRESS

Windows:

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

To gather help run

./target/debug/portsniffer -h

or (if installed via cargo)

portsniffer -h