masscan

Network scanner for scanning as fast as possible. Best run with elevated privileges. Nmap compatibility run masscan --nmap to find out more. More information: <https://github.com/robertdavidgraham/masscan>.

Debian Debian
RUN apt-get update && \ apt-get install -y masscan
Ubuntu
RUN apt-get update && \ apt-get install -y masscan
Arch Arch Linux
RUN pacman -S --noconfirm masscan
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y masscan
Fedora
RUN dnf install -y masscan
Raspbian
RUN apt-get update && \ apt-get install -y masscan
click the source code to copy install masscan on any operating system with command-not-found.com