0x61nas / ports-sniffer

A simple port sniffer(scanner) implementation with πŸ¦€

Home Page:https://crates.io/crates/ports-sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple port sniffer(scanner) implementation with πŸ¦€

crates.io

Codacy Badge CodeFactor

Install

  • from crates.io
    cargo 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 πŸ¦€

https://crates.io/crates/ports-sniffer

License:MIT License


Languages

Language:Rust 78.6%Language:Shell 21.4%