acidvegas / massclude

masscan exclude generator which includes private, reserved, bogons, root dns, & government ranges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

massclude

Information

This is a simple script that will generate an exclude.conf file for masscan that contains a set of IP ranges that are mostly pointless to scan thus making it much faster & raising less suspicion.

These ranges include:

What kind of numbers?

IPv4

Total IPv4 Addresses : 4,294,967,296

Total After Massclude : 3,176,439,555

This is a 26% drop in total IP addresses...

IPv6

Total IP Addresses : 340,282,366,920,938,463,463,374,607,431,768,211,456

Total After Massclude : 12,551,294,199,370,633,260,152,632,202,625,108,965

While this is still a huge number, total IP addresses dropped 96.31% here...

See avoidr for EXCLUSIVE exclusions


Mirrors

acid.vegasGithubGitlabSuperNETs

About

masscan exclude generator which includes private, reserved, bogons, root dns, & government ranges

License:ISC License


Languages

Language:Python 100.0%