aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:06:40 +0000
committerRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:06:40 +0000
commit970a3582e772ab878df324753515a650cede18d8 (patch)
tree8ad90042ae02357711bb2b20e469016ee0e90783 /scripts
parent0cfc1759e5548dcfb133a6268c5d49976871cd43 (diff)
parent1114087cfbb9425f4128e27741d46161530be8e5 (diff)
Merge branch 'rgdd/fix-redirect-bug' into 'main'
fix: Attribute OL with the domain we arrived at See merge request tpo/onion-services/onion-grab!2
Diffstat (limited to 'scripts')
-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