Module Name: PGP Key Owner Lookup
Module path: recon/domains-contacts/pgp_search
Name: PGP Key Owner Lookup
Path: modules/recon/domains-contacts/pgp_search.py
Author: Robert Frost (@frosty_1313, frosty[at]unluckyfrosty.net)
Description:
Searches the MIT public PGP key server for email addresses of the given domain. Updates the 'contacts' 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 domain FROM domains WHERE domain 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 |
Comments:
* Inspiration from theHarvester.py by Christan Martorella: cmarorella[at]edge-seecurity.com