mirror of
https://github.com/acidvegas/avoidr.git
synced 2024-11-23 08:26:44 +00:00
Updated README with statistics
This commit is contained in:
parent
c9c8f95f8c
commit
49efd1e653
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user