aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--make.sh4
-rw-r--r--pwndb_credentials.py2
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
+
+
+<!-- Grab your social icons from https://github.com/carlsednaoui/gitsocial --> \ 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")