aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJosue <j.encinar.87@gmail.com>2019-06-04 15:20:44 +0200
committerJosue <j.encinar.87@gmail.com>2019-06-04 15:20:53 +0200
commit98d95965d435a42de962d4e818dd28d98245b2a8 (patch)
treeadba16d3006e883f94d828cfd08e5126f175f207 /README.md
parent63eac545a75a84ab849f8c9fac006066db3d1ceb (diff)
downloadpwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.tar.lz
pwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.tar.xz
pwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.zip
pwndb script
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..17d6e05
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+## **pwndb - Get Mail Credentials**
+Search for leaked passwords from an email
+
+### Prerequisities
+To use in Linux (Kali/Ubuntu/Debian) you should to run make script:
+```
+chmod +x make.sh
+./make.sh
+```
+
+### Usage
+```[python]
+python3 pwndb_credentials.py -m mail@mail.com [-p socks5h://localhost:9050]
+```