From 42d2dcec7497830143d8a9d491db9383b5b33975 Mon Sep 17 00:00:00 2001 From: Josue Date: Wed, 5 Jun 2019 10:15:06 +0200 Subject: minor update --- README.md | 9 +++++++++ make.sh | 4 ++-- pwndb_credentials.py | 2 ++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17d6e05..60bbbff 100644 --- a/README.md +++ b/README.md @@ -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 + + + \ No newline at end of file diff --git a/make.sh b/make.sh index a005bd9..49f83f8 100644 --- a/make.sh +++ b/make.sh @@ -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") -- cgit v1.2.3