Skip to content

Commit 31d4a1b

Browse files
authored
Merge pull request #203 from DedSecInside/remove_live_flag
Remove live flag
2 parents a4a0f1a + 6c77074 commit 31d4a1b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,19 @@ An alternative way of running torBot is shown below, along with help instruction
9999
`python3 torBot.py or use the -h/--help argument`
100100
<pre>
101101
usage: torBot.py [-h] [-v] [--update] [-q] [-u URL] [-s] [-m] [-e EXTENSION]
102-
[-l] [-i]
102+
[-i]
103103

104104
optional arguments:
105105
-h, --help Show this help message and exit
106106
-v, --version Show current version of TorBot.
107107
--update Update TorBot to the latest stable version
108108
-q, --quiet Prevent header from displaying
109-
-u URL, --url URL Specifiy a website link to crawl, currently returns links on that page
109+
-u URL, --url URL Specifiy a website link to crawl, currently returns links on that page (if used alone e.g. python3 torBot.py -u https://www.github.com)
110110
-s, --save Save results to a file in json format
111111
-m, --mail Get e-mail addresses from the crawled sites
112112
-e EXTENSION, --extension EXTENSION
113113
Specifiy additional website extensions to the
114114
list(.com or .org etc)
115-
-l, --live Check if websites are live or not (slow)
116115
-i, --info Info displays basic info of the scanned site (very
117116
slow)` </pre>
118117

0 commit comments

Comments
 (0)