## **pwndb - Get Mail Credentials** Search for leaked passwords from an email ### Prerequisities To use in GNU/Linux you should to run make script: ``` pacman -S python-virtualenv ``` ### Require Tor ```bash pacman -S tor rc-service tor start ``` ### Install ``` virtualenv -p python3 venv source venv/bin/activate pip install -U -r requeriments.txt ``` ### Usage ```python python3 pwndb_credentials.py -m mail@mail.com ``` ```python python3 pwndb_credentials.py -m mail@mail.com -p socks5h://localhost:9050 ```