hackingDNA

Masscan

Information Gatheringkali · parrot

Internet-scale port scanner — extremely fast asynchronous TCP scanning.

Install

sudo apt install masscan

Common commands

sudo masscan -p1-65535 target.com --rate 10000
sudo masscan -p80,443 10.0.0.0/8

Use only on systems you are authorized to test. Follow program scope.

Related tools