1
mirror of https://github.com/acidvegas/avoidr.git synced 2024-11-23 16:36:42 +00:00

Updated TODOs

This commit is contained in:
Dionysus 2023-07-14 19:47:40 -04:00
parent 2eb9fbcb95
commit c9c8f95f8c
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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. 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 ## 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 - distributed masscan using the masscan python library
- masscan exclude.conf output format *(with comments describing the ranges)* - 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)* - 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)*