Module Name: PyBozoCrack Hash Lookup
Module path: recon/credentials-credentials/bozocrack
Name: PyBozoCrack Hash Lookup
Path: modules/recon/credentials-credentials/bozocrack.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Searches Google for the value of a hash and tests for a match by hashing every word in the resulting page using all hashing algorithms supported by the 'hashlib' library. 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:
* Inspired by the PyBozoCrack script: https://github.com/ikkebr/PyBozoCrack