Module Name: PwnedList Validator
Module path: recon/contacts-credentials/pwnedlist
Name: PwnedList Validator
Path: modules/recon/contacts-credentials/pwnedlist.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Leverages PwnedList.com to determine if email addresses are associated with leaked credentials. Adds compromised email addresses to the 'credentials' table.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT email FROM contacts WHERE email IS NOT NULL |
| <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 |