Skip to content

cryptus-neoxys/sniffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


sniffy

Basic port sniffer cli tool built in Rust.

Running the CLI

Requirements

  1. Rust
  2. Cargo

Steps to run

  1. git clone https://github.com/cryptus-neoxys/sniffy.git
  2. cd sniffy
  3. cargo build
  4. cargo run -- -h

Create executable

  1. cargo build --release
  2. cd target/{exec_format}/
  3. chmod +x sniffy # or Just run the executable on your platform
  4. ./sniffy -h

Connect with me:

About

Simple port sniffer tool made with Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages