diff options
author | Josue <j.encinar.87@gmail.com> | 2019-06-04 15:20:44 +0200 |
---|---|---|
committer | Josue <j.encinar.87@gmail.com> | 2019-06-04 15:20:53 +0200 |
commit | 98d95965d435a42de962d4e818dd28d98245b2a8 (patch) | |
tree | adba16d3006e883f94d828cfd08e5126f175f207 /README.md | |
parent | 63eac545a75a84ab849f8c9fac006066db3d1ceb (diff) | |
download | pwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.tar.lz pwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.tar.xz pwndbtorcredentials-98d95965d435a42de962d4e818dd28d98245b2a8.zip |
pwndb script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
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] +``` |