Skip to content

Commit 212a77c

Browse files
authored
Merge pull request #23 from PSNAppz/master
Readme Update
2 parents 312e8f0 + b7e4c7e commit 212a77c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff 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+
106119
Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob/master/Tor.md)
107120

108121
### Have ideas?

0 commit comments

Comments
 (0)