masscan
Scan large IP ranges for open ports using ultra-fast asynchronous TCP scanning. Finds open ports across entire subnets, then pair with nmap for service details.
Instructions
Ultra-fast asynchronous TCP port scanner. Use when you need to scan large IP ranges (entire subnets or the internet) for open ports. Much faster than nmap for bulk scanning but does NOT provide service/version detection. Typical workflow: masscan to find open ports, then nmap on those ports for details. Output: list of open ports with optional banner grab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Packets per second. Default 1000. Increase for faster scans, decrease to avoid network disruption. | |
| ports | No | Ports to scan (default: 1-65535). Top ports: '80,443,22,21,25,3389,8080' | |
| target | Yes | Target IP or CIDR range (e.g. 10.0.0.0/8, 192.168.1.0/24) |