diff options
-rwxr-xr-x | scripts/digest2.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/digest2.py b/scripts/digest2.py index d01293b..0e81840 100755 --- a/scripts/digest2.py +++ b/scripts/digest2.py @@ -2,9 +2,12 @@ __program_description =''' A script that digests the output of onion-grab. Meant to be used for sorting -out the number of onion addresses and how they were discovered via O-L. It -is digest "2" because this was added after discovering a redirect bug. So, -this output gives a better view of how common HTTP and HTML config really is. +out the number of onion addresses and how they were discovered via O-L. It is +digest "2" because this was added after discovering a redirect bug. So, this +output gives a better view of how common HTTP and HTML config really is because +here we're doing the analysis based solely on *unique onion addresses*. + +Consider using this script if you need to look at data collected before v0.1.0. ''' import sys |