diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -2,22 +2,29 @@ Search for leaked passwords from an email ### Prerequisities -To use in Linux (Kali/Ubuntu/Debian) you should to run make script: +To use in GNU/Linux you should to run make script: + ``` -chmod +x make.sh -./make.sh +pacman -S python-virtualenv ``` +### Require Tor -### Usage -```[python] -python3 pwndb_credentials.py -m mail@mail.com [-p socks5h://localhost:9050] +```bash +pacman -S tor +rc-service tor start ``` +``` +virtualenv -p python3 venv +source venv/bin/activate +pip install -U -r requeriments.txt +``` - [![twitter][1.1]][1] - -[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) -[1]: http://www.twitter.com/josueencinar - +### Usage +```[python] +python3 pwndb_credentials.py -m mail@mail.com +``` -<!-- Grab your social icons from https://github.com/carlsednaoui/gitsocial -->
\ No newline at end of file +```[python] +python3 pwndb_credentials.py -m mail@mail.com -p socks5h://localhost:9050 +``` |