Updated README with statistics

This commit is contained in:
Dionysus 2023-07-15 13:39:44 -04:00
parent c9c8f95f8c
commit 49efd1e653
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 8 additions and 1 deletions

View File

@ -26,7 +26,14 @@ Below is a list of queries we look for:
The ranges are all stored in a JSON file for easy parsing. Depending on what you are scanning for, this list can be altered to better suit your needs.
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 drastically, thus speeding up your scan times.
```
Total IPv4 Addresses : 4,294,967,296
Total IPv4 After Clean : 3,343,567,221
Total IPv6 Addresses : 340,282,366,920,938,463,463,374,607,431,768,211,456
Total IPv6 After Clean : 336,289,486,288,049,758,211,573,978,091,720,015,870
```
## Todo
- Do we need parsers for Office/Google from their provided JSON or do all those ranges fall under a single ASN?