Overview
PortScanner-rs is a high-performance asynchronous port scanner written in Rust. Using Tokio's async runtime, it can scan all 65,535 ports on a target in under 3 seconds on a fast connection.
Performance
- Fully async with configurable concurrency limits
- Supports TCP connect and SYN scanning
- Service fingerprinting for common ports
- JSON and table output formats
- Subnet scanning with CIDR notation
portscan --target 192.168.1.0/24 --ports 1-1024 --threads 500