avoidr

- masscan with exclusive exclusions
git clone git://git.acid.vegas/avoidr.git
Log | Files | Refs | Archive | README | LICENSE

commit c9c8f95f8c64abf0a3509895e5b9fee3e7cd4ae1
parent 2eb9fbcb95a566975bf4fa07223954d998c8ac6f
Author: acidvegas <acid.vegas@acid.vegas>
Date: Fri, 14 Jul 2023 19:47:40 -0400

Updated TODOs

Diffstat:
MREADME.md | 1+

1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md
@@ -29,6 +29,7 @@ The ranges are all stored in a JSON file for easy parsing. Depending on what you
 As it stands, there are *4,294,967,296* IPv4 addresses. After excluding reserved, private, & governement ranges, you can drop that number almost in half, thus speeding up your scan times.
 
 ## Todo
+- Do we need parsers for Office/Google from their provided JSON or do all those ranges fall under a single ASN?
 - distributed masscan using the masscan python library
 - masscan exclude.conf output format *(with comments describing the ranges)*
 - possibly find a database that contains all the prefixes behind an ASN *(bgpview heavily throttles and can only handle 1 ASN at a time)* *(for now a bad.json is generated to list empty ASN's)*