diff options
author | Josue <j.encinar.87@gmail.com> | 2019-06-05 10:15:06 +0200 |
---|---|---|
committer | Josue <j.encinar.87@gmail.com> | 2019-06-05 10:15:11 +0200 |
commit | 42d2dcec7497830143d8a9d491db9383b5b33975 (patch) | |
tree | 20a24a34b6b6c71bcb63f2337cd150a38bf2c60f | |
parent | 13559f14d66dc2be990610fec3221a1955063173 (diff) | |
download | pwndbtorcredentials-42d2dcec7497830143d8a9d491db9383b5b33975.tar.lz pwndbtorcredentials-42d2dcec7497830143d8a9d491db9383b5b33975.tar.xz pwndbtorcredentials-42d2dcec7497830143d8a9d491db9383b5b33975.zip |
minor update
-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") |