使用 Go 语言 编写的高效端口扫描器,支持 IP 段扫描和端口服务探测。
- 🔍 支持 IP 范围扫描(CIDR、范围、通配符格式)
- ⚡ 并发扫描,提高扫描效率
- 🔎 识别常见服务(如 FTP、HTTP、Redis 等)
- 🛠 自定义端口范围,适应不同需求
输入 IP 范围 (如 10.0.0.* 10.0.0.1-10 10.0.0.1 10.0.0.5-10 192.168.1.*, 192.168.10.0/24): ") 输入端口范围 (如 20-100):
A high-performance port scanner written in Go, supporting IP range scanning and service detection.
🔍 Supports IP range scanning (CIDR, wildcard, range formats) ⚡ Concurrent scanning for efficiency 🔎 Detects common services (FTP, HTTP, Redis, etc.) 🛠 Custom port range support for flexibility