ports-sniffer

Crates.ioports-sniffer
lib.rsports-sniffer
version0.1.0
sourcesrc
created_at2022-08-30 07:44:31.40064
updated_at2022-09-05 15:04:39.578395
descriptionA simple port sniffer(scanner) implementation with 🦀
homepagehttps://github.com/anas-elgarhy/ports-sniffer
repositoryhttps://github.com/anas-elgarhy/ports-sniffer
max_upload_size
id654998
size12,822
(0x61nas)

documentation

README

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

Commit count: 47

cargo fmt