From 9cb4240f207729cf5098bd2cd5690e4c7c02dbbc Mon Sep 17 00:00:00 2001 From: k4m4 Date: Thu, 4 Jan 2018 02:37:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v2.0=20release=20-=20`--active`?= =?UTF-8?q?=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 52156be..1e9d39a 100644 --- a/readme.md +++ b/readme.md @@ -60,10 +60,11 @@ Options: -f FILE, --file=FILE name of onion file -o OUTPUT_FILE, --output=OUTPUT_FILE output filename + -a, --active log active onions only to output file Examples: python onioff.py http://xmh57jrzrnw6insl.onion/ - python onioff.py -f ~/onions.txt -o ~/report.txt + python onioff.py -f ~/onions.txt -o ~/report.txt -a python onioff.py https://facebookcorewwwi.onion/ -o ~/report.txt ```