Aucune description

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

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