Skip to content

A simple port sniffer(scanner) implementation with 🦀

License

Notifications You must be signed in to change notification settings

Paliaq/ports-sniffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple port sniffer(scanner) implementation with 🦀

crates.io

Codacy Badge CodeFactor

Install

  • from crates.io
    crago install ports-sniffer 
  • From aur: yay -S ports-sniffer

Arguments

Argument Description
-h or --help Show help
-v or --version Show version
-t or --threads Set number of threads (4 by default)

Usage

ports-sniffer [ip] [-t <threads>]

Examples

ports-sniffer # scan localhost with 4 threads
ports-sniffer 192.168.1.1 # scan the given ip with 4 threads
ports-sniffer 192.168.1.1 -t 1000

License MIT

About

A simple port sniffer(scanner) implementation with 🦀

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 78.6%
  • Shell 21.4%