diff options
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | make.sh | 4 | ||||
-rw-r--r-- | pwndb_credentials.py | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -12,3 +12,12 @@ chmod +x make.sh ```[python] python3 pwndb_credentials.py -m mail@mail.com [-p socks5h://localhost:9050] ``` + + + [![twitter][1.1]][1] + +[1.1]: http://i.imgur.com/tXSoThF.png (twitter icon with padding) +[1]: http://www.twitter.com/josueencinar + + +<!-- Grab your social icons from https://github.com/carlsednaoui/gitsocial -->
\ No newline at end of file @@ -1,3 +1,3 @@ -sudo apt-get install tor -sudo /etc/init.d/tor start +sudo apt-get install tor python3 python3-pip sudo python3 -m pip install PySocks +sudo /etc/init.d/tor start
\ No newline at end of file diff --git a/pwndb_credentials.py b/pwndb_credentials.py index c0fbc1d..7a4657d 100644 --- a/pwndb_credentials.py +++ b/pwndb_credentials.py @@ -50,6 +50,8 @@ class FindPasswords(): return result if __name__ == "__main__": + print("Author: @JosueEncinar") + print("---------------------") parser = argparse.ArgumentParser() parser.add_argument("-m", "--mail", help="Email to search passwords", required=True) parser.add_argument("-p", "--proxy", help="TOR proxy", default="socks5h://localhost:9050") |