diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-30 21:19:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-30 21:19:07 -0500 |
commit | d3dc308c594cb7d5c0bbee6b5f2f557a06552776 (patch) | |
tree | f5ead59704d0c4e96305cf907ae5afabf080dead /README.md | |
parent | 00ef139b3ed426c81c4630cef4719efaa2de6d3c (diff) | |
download | pwndbtorcredentials-d3dc308c594cb7d5c0bbee6b5f2f557a06552776.tar.lz pwndbtorcredentials-d3dc308c594cb7d5c0bbee6b5f2f557a06552776.tar.xz pwndbtorcredentials-d3dc308c594cb7d5c0bbee6b5f2f557a06552776.zip |
pep8
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 +``` |