M README.md => README.md +9 -0
@@ 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
M make.sh => make.sh +2 -2
@@ 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
M pwndb_credentials.py => pwndb_credentials.py +2 -0
@@ 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")