Module Name: PwnedList - Account Credentials Fetcher
Module path: recon/domains-credentials/pwnedlist/account_creds
Name: PwnedList - Account Credentials Fetcher
Path: modules/recon/domains-credentials/pwnedlist/account_creds.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Queries the PwnedList API for credentials associated with the given usernames. Updates the 'credentials' table with the results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT username FROM credentials WHERE username IS NOT NULL and password IS NULL ORDER BY username |
| <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:
* API Query Cost: 1 query per request.