All Projects
Open Source
RustNetworkingTokio
June 10, 2025

PortScanner-rs

A blazing-fast async port scanner written in Rust using Tokio for concurrent network probing.

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

Developed by

Shyam