#scanner #sniffer #port #thread #scan #arguments #ports-scanner

app ports-sniffer

A simple port sniffer(scanner) implementation with 🦀

5 releases

0.1.0 Sep 5, 2022
0.0.4 Aug 30, 2022
0.0.3 Aug 30, 2022
0.0.2 Aug 30, 2022
0.0.1 Aug 30, 2022

#6 in #sniffer

Download history 40/week @ 2024-02-20 14/week @ 2024-02-27

54 downloads per month

MIT license

8KB
120 lines

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

Dependencies

~0.5–12MB
~81K SLoC