aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:37:59 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:37:59 +0100
commitb176bd7be69617efbe602df9f9543a2bdfefb587 (patch)
tree6d3d1b241956925480b8721816d1403892445ed3
parentf0fae9330654565e7357e7c33c9e7d6d0f2dab9d (diff)
Clarify when digest2.py is meant to be useful
-rwxr-xr-xscripts/digest2.py9
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