masscan
TCP port scanner
Matches ATT&CK tactic: Discovery ↗
Toolnetwork-service-discoverydiscoveryredLinuxKali LinuxPlatforms: Linux · Last verified September 6, 2026
MASSCAN is TCP port scanner which transmits SYN packets asynchronously and produces results similar to nmap, the most famous port scanner. Internally, it operates more like scanrand, unicornscan, and ZMap, using asynchronous transmission. It’s a flexible utility that allows arbitrary address and port ranges.
Only use this tool against systems you own or are explicitly authorized to test — see the disclaimer.
Getting started
Install on Kali Linux with `sudo apt install masscan`. See the official Kali tool page and upstream homepage linked above for full usage and configuration details.