User:Rungspeek/sandbox

Source: Wikipedia, the free encyclopedia.
Masscan
Original author(s)Robert David Graham (erratarob)
Initial releaseAugust 2013; 10 years ago (2013-08)
Stable release
1.3.2 / 31 January 2021; 3 years ago (2021-01-31)[1]
Written in
Cross-platform
Available inEnglish
TypeNetwork security
LicenseModified A-GPL-2[2]
Websitegithub.com/robertdavidgraham/masscan

Masscan is an

network scanner that can quickly scan large networks. In particular, it can scan the entire IPv4 Internet in under 5 minutes[3]
, from a single computer, when given sufficient network bandwidth (20-gbps) to the Internet.

Whereas other

network scanners, such as the popular Nmap
, focus on doing heavy scans of a small number of targets, masscan focuses on doing a large scan of a lot of targets.

Masscan can send packets as fast as the underlying platform allows. This is usually a software limitation. A virtual machine might be limited to 10-kpps and a standard Linux installation to 300-kpps. Tuning, or using a faster driver like PF_RING can increase speeds to millions of packets-per-second.[4].

Masscan is included in hacking tookits like Kali Linux[5], as well as many Linux distros[6][7]. It's frequently used by ransomware criminals.[8][9]. It's popular among defenders for scanning their own networks quickly.[10]

When major new vulnerabilities are discovered, defenders will often use masscan in conjunction with another script to quickly find that vulnerability on the network. For example, after the BlueKeep vulnerability was disclosed by Microsoft, defenders used masscan and a script to quickly detect affected devices on their network.[11]

See also

References

  1. ^ "masscan/1.3.2". github.com. 2021-01-31. Retrieved 2021-01-31.
  2. ^ "masscan license". Retrieved 2021-01-31.
  3. ^ "Masscan the entire Internet in 3 minutes". Erratasec blog. 2013-09-14. Retrieved 2021-06-16.{{cite web}}: CS1 maint: url-status (link)
  4. ^ "Notes about masscan". github.com. Retrieved 2021-06-16.
  5. ^ "masscan Package Description". tools.kali.org. Retrieved 2021-06-16.
  6. ^ "masscan man page". ubuntu.com. Retrieved 2021-06-16.
  7. ^ "mmasscan 1.3.2-1". archlinux.org. Retrieved 2021-06-16.
  8. ^ Sheriden, Kelly (2021-02-02). "Interview With a Russian Cybercriminal". DarkReading.com. Retrieved 2021-06-16.
  9. ^ Cimpanu, Catalin (2021-02-01). "New Trickbot module uses Masscan for local network reconnaissance". ZDNet.com. Retrieved 2021-06-16.
  10. ^ "Masscan Tool". defense.gov. Retrieved 2021-06-16.
  11. ^ "MScanning for Bluekeep vulnerable RDP instances". isc.sans.edu. Retrieved 2021-06-16.

External links

Category:Cross-platform free software Category:Free network management software Category:Linux security software Category:Network analyzers Category:Port scanners Category:Security testing tools Category:Pentesting software toolkits