| Crates.io | port-scanner-rs |
| lib.rs | port-scanner-rs |
| version | 0.1.2 |
| created_at | 2025-01-11 13:53:23.204733+00 |
| updated_at | 2025-01-11 14:22:10.748414+00 |
| description | A fast, concurrent port scanner with blockchain and web service detection |
| homepage | |
| repository | https://github.com/morteza-shojaei/port-scanner |
| max_upload_size | |
| id | 1512395 |
| size | 57,543 |
A fast, concurrent port scanner written in Rust that intelligently detects common services and protocols with a focus on blockchain and web services.
🚀 High Performance:
🔍 Smart Service Detection:
🌐 Network Support:
📊 User Experience:
⚙️ Configuration Options:
--start-port, --end-port)--timeout)--concurrent-limit)cargo install port-scanner
git clone https://github.com/morteza-shojaei/port-scanner.git
cd port-scanner
cargo build --release
Basic usage:
port-scanner-rs--target <host>
Advanced options:
port-scanner-rs--target <host> --start-port 1 --end-port 1024 --timeout 1000 --concurrent-limit 100
Scan a specific IP:
port-scanner-rs--target 192.168.1.1
Scan a domain:
port-scanner-rs--target ethereum.org
Scan specific port range:
port-scanner-rs--target 192.168.1.1 --start-port 8545 --end-port 8549
MIT License