masscan
TCP port scanner that can scan the entire Internet in under 5 minutes.
Why consider masscan?
masscan is the world’s fastest Internet-scale TCP port scanner written in C by Robert David Graham. Utilizing custom asynchronous network packet drivers, masscan transmits up to 10 million packets per second, enabling full-Internet port scans in under 5 minutes.
Learn masscan by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of masscan
masscan scans massive CIDR IP ranges with asynchronous high-rate raw SYN packet generation.
Quickstart
sudo masscan -p80,443 192.168.1.0/24 --rate=1000masscan is licensed under the GNU AGPL-3.0 license.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.