Module Name: FullContact Contact Enumerator
Module path: recon/contacts-profiles/fullcontact
Name: FullContact Contact Enumerator
Path: modules/recon/contacts-profiles/fullcontact.py
Author: Quentin Kaiser (@qkaiser, contact[at]quentinkaiser.be) and Tim Tomes (@LaNMaSteR53)
Description:
Harvests contact information and profiles from the fullcontact.com API using email addresses as
input. Updates the 'contacts' and 'profiles' tables 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 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 |