Skip to content

Commit

Permalink
Merge pull request #23 from PSNAppz/master
Browse files Browse the repository at this point in the history
Readme Update
  • Loading branch information
PSNAppz authored Jul 4, 2017
2 parents 312e8f0 + b7e4c7e commit 212a77c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ with Controller.from_port(port = 9051) as controller:
controller.authenticate("your_password_hash")
controller.signal(Signal.NEWNYM)`

`python3 torBot.py`
`usage: torBot.py [-h] [-q] [-u URL] [-m] [-e EXTENSION] [-l]

optional arguments:
-h, --help show this help message and exit
-q, --quiet
-u URL, --url URL Specifiy a website link to crawl
-m, --mail Get e-mail addresses from the crawled sites
-e EXTENSION, --extension EXTENSION
Specifiy additional website extensions to the
list(.com or .org etc)
-l, --live Check if websites are live or not (slow)`

Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob/master/Tor.md)

### Have ideas?
Expand Down

0 comments on commit 212a77c

Please sign in to comment.