| Crates.io | portsniper |
| lib.rs | portsniper |
| version | 0.1.1 |
| created_at | 2025-04-20 21:15:26.853076+00 |
| updated_at | 2025-04-20 22:25:52.412775+00 |
| description | Portscanner with Rust |
| homepage | |
| repository | https://github.com/miguell-j/portsniper |
| max_upload_size | |
| id | 1642020 |
| size | 25,836 |
βββββββ βββββββ βββββββ βββββββ βββββββββββββββββ βββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββ
βββββββββββ βββββββββββ βββ ββββββββββββββ ββββββββββββββββββββ ββββββββ
βββββββ βββ βββββββββββ βββ ββββββββββββββββββββββββββββ ββββββ ββββββββ
βββ ββββββββββββ βββ βββ βββββββββββ ββββββββββββ βββββββββββ βββ
βββ βββββββ βββ βββ βββ βββββββββββ βββββββββββ βββββββββββ βββ
π« PortSniper is a blazing fast asynchronous port scanner built with Rust and powered by Tokio. It's perfect for lightweight and parallel port scanning during pentests or network analysis.
indicatifgit clone https://github.com/miguell-j/portsniper.git
cd portsniper
cargo build --release
cargo run --release -- --ip 192.168.0.1 --start 1 --end 1000 --timeout 1000
| Argument | Description | Default |
|---|---|---|
--ip |
Target IP address | required |
--start |
Starting port | 1 |
--end |
Ending port | 1024 |
--timeout |
Timeout in milliseconds per port | 1000 |
cargo run --release -- --ip 192.168.0.100 --start 20 --end 90 --timeout 500
π« PortSniper scanning 192.168.0.100 (ports 20 to 90)...
β³ Scanning...
β
Open ports found:
- Port 22
- Port 80
This tool is intended for educational and ethical purposes only. Never use it against networks or systems without explicit permission. Misuse can lead to legal consequences.
Crafted with π», β, and some sleepless nights by Miguel AraΓΊjo Julio
π« Contact: julioaraujo.guel@gmail.com
Licensed under the MIT License. See the LICENSE file for more information.