davidtavarez / pwndb

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

Made error message more clear #53

Closed mleblebici closed 3 years ago

mleblebici commented 3 years ago

There are open issues regarding the error message "Can't connect to service! restart tor service and try again.".

The reason is people are not using the correct port number for Tor socks proxy. They just need to change 9050 to 9150 or whatever the port number Tor socks proxy is listening on.

Therefore, I updated the command help message in Readme file to include --proxy parameter. And I also changed the error message to help people understand why they cannot connect to Tor service.