From b176bd7be69617efbe602df9f9543a2bdfefb587 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 11 Mar 2025 19:37:59 +0100 Subject: Clarify when digest2.py is meant to be useful --- scripts/digest2.py | 9 ++++++--- 1 file 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 -- cgit v1.2.3