File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,19 @@ with Controller.from_port(port = 9051) as controller:
103
103
controller.authenticate("your_password_hash")
104
104
controller.signal(Signal.NEWNYM)`
105
105
106
+ ` python3 torBot.py `
107
+ `usage: torBot.py [ -h] [ -q] [ -u URL] [ -m] [ -e EXTENSION] [ -l]
108
+
109
+ optional arguments:
110
+ -h, --help show this help message and exit
111
+ -q, --quiet
112
+ -u URL, --url URL Specifiy a website link to crawl
113
+ -m, --mail Get e-mail addresses from the crawled sites
114
+ -e EXTENSION, --extension EXTENSION
115
+ Specifiy additional website extensions to the
116
+ list(.com or .org etc)
117
+ -l, --live Check if websites are live or not (slow)`
118
+
106
119
Read more about torrc here : [ Torrc] ( https://github.com/DedSecInside/TorBoT/blob/master/Tor.md )
107
120
108
121
### Have ideas?
You can’t perform that action at this time.
0 commit comments