davidtavarez / pwndb

Search for leaked credentials
https://davidtavarez.github.io/2019/tutorial-pwndb-command-line-tool-python/
MIT License
1.31k stars 241 forks source link

Custom Tor port in command line interface #14

Closed sirfoga closed 5 years ago

sirfoga commented 5 years ago

Default is set at 9050, do not need to change default cli invocation. If Tor runs in a different port (than 9050), just run

python pwndb.py --target wow@awesome.com --tor 9150

In this case the Tor port is set at 9150.

davidtavarez commented 5 years ago

I Like it!