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

A better and cleaner code in less lines. #1

Closed D4Vinci closed 5 years ago

D4Vinci commented 5 years ago

Thanks for this idea, first I want to let you know that you are using the wrong port.

  1. Port 9150 is for tor browser, you should use port 9050 for the proxy.
  2. This code is now working on python 2 and 3 not only 2!
  3. Now it can take a list of emails
  4. using requests is always better and cleaner

Thanks again, I will add it to Cr3dOver in the next update.

davidtavarez commented 5 years ago

Looks Good To Me!