No Description

mergify[bot] 532b78303a Merge pull request #14 from 0x61nas/renovate/actions-checkout-4.x 8 months ago
.github 9eb2eaac55 chore(deps): update actions/checkout action to v4 8 months ago
.idea 5d863c4966 Change the project name 🥲💙 1 year ago
archpackge c976f7c3d0 Fix aur package 💙 1 year ago
src dfae40a457 Up version 🥲 1 year ago
.gitignore 2394b58ea6 Add the base code 🥰 1 year ago
.gitmodules e522c58933 Add aur submodule 🥰 1 year ago
.mergify.yml ef2bda5dd9 ci(Mergify): configuration update 1 year ago
Cargo.lock 603845169c fix(deps): update rust crate local-ip-address to 0.5.1 1 year ago
Cargo.toml 603845169c fix(deps): update rust crate local-ip-address to 0.5.1 1 year ago
LICENSE.txt babb9f5b5a Create license yoo 🥰 1 year ago
README.md 636b204184 Typo in README.md 1 year ago
renovate.json 78c3669c2e Add renovate.json 1 year ago

README.md

A simple port sniffer(scanner) implementation with 🦀

crates.io

Codacy Badge CodeFactor

Install

  • from crates.io bash 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