sfp_pastebin - poppopjmp/spiderfoot GitHub Wiki
Purpose: Searches Pastebin for leaks, credentials, and mentions related to the target domain, email, or username. Useful for breach detection and exposure analysis.
Category: Threat Intelligence / Data Leak
- Enabled for domain, email, and username targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_pastebinDomain: example.com
Leaks Found: 2
Paste URLs: https://pastebin.com/abc123, https://pastebin.com/xyz789
- Pastebin API key (optional, for higher rate limits)
- Use to detect credential leaks and sensitive data exposure.
- Combine with sfp_breach and sfp_email for comprehensive risk analysis.
Authored by poppopjmp