Skip to content

its-saeed/rust-port-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Port Sniffer

Port sniffer command line interface using only the standard library of Rust

Usage

port-sniffer 0.1.0

  • USAGE:

    rust-port-sniffer.exe [OPTIONS] --ip-address --port-range

  • FLAGS:

    • -h, --help Prints help information
    • -V, --version Prints version information
  • OPTIONS:

    • -i, --ip-address
    • -p, --port-range
      • single port: 80
      • range: 10-20
      • multiport: 1,2,3,4,5
    • -t, --threads [default: 8]

About

Port sniffer command line interface using only the standard library of Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages