Module Name: PwnedList - Leak Details Fetcher
Module path: recon/domains-credentials/pwnedlist/leak_lookup
Name: PwnedList - Leak Details Fetcher
Path: modules/recon/domains-credentials/pwnedlist/leak_lookup.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Queries the local database for information associated with a leak ID. The 'leaks_dump' module must be used to populate the local database before this module will execute successfully.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT leak FROM credentials WHERE leak 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 |