๐Ÿ“งCredential Hunting

  • Hunt for cleartext credentials and password hashes in breach data

Code

sudo python3 dehashed.py -q example.local -p
  • using a script that performs queries via the API

Example

id : 7344467234
email : jane.yu@example.local
username : jyu
password : Starlight1982_!
hashed_password : 
name : Jane Yu
vin : 
address : 
phone : 
database_name : MyFitnessPal

Last updated