From c9c8f95f8c64abf0a3509895e5b9fee3e7cd4ae1 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 14 Jul 2023 19:47:40 -0400 Subject: [PATCH] Updated TODOs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34380a8..37f390e 100644 --- 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)*