Module Name: leakdb Hash Lookup
Module path: recon/credentials-credentials/leakdb
Name: leakdb Hash Lookup
Path: modules/recon/credentials-credentials/leakdb.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Uses the leakdb hash database to perform a reverse hash lookup. Updates the 'credentials' table with the positive results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT hash FROM credentials WHERE hash IS NOT NULL AND password IS NULL AND type IS NOT 'Adobe' |
| <string> |
string representing a single input |
| <path> |
path to a file containing a list of inputs |
| query <sql> |
database query returning one column of inputs |
Comments:
* Hash types supported: MD4, MD5, MD5x2, MYSQL 3, MYSQL 4, MYSQL 5, RIPEMD160, NTLM, GOST, SHA1, SHA1x2, SHA224, SHA256, SHA384, SHA512, WHIRLPOOL