File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,6 +103,19 @@ with Controller.from_port(port = 9051) as controller:
103103 controller.authenticate("your_password_hash")
104104 controller.signal(Signal.NEWNYM)`
105105
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+
106119Read more about torrc here : [ Torrc] ( https://github.com/DedSecInside/TorBoT/blob/master/Tor.md )
107120
108121### Have ideas?
You can’t perform that action at this time.
0 commit comments