sfp_email - poppopjmp/spiderfoot GitHub Wiki
Purpose: Extracts and analyzes email addresses related to the target from web pages, breaches, and public sources. Useful for identifying exposed accounts and potential phishing risks.
Category: Data Gathering / Exposure Analysis
- Enabled for domain, person, and organization targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_emailDomain: example.com
Emails Found: [email protected], [email protected]
Sources: Web, breach data
None (some enrichment modules may require keys)
- Use to discover exposed or public-facing email addresses.
- Combine with sfp_breach for breach exposure analysis.
Authored by poppopjmp