sfp_dnsdumpster - poppopjmp/spiderfoot GitHub Wiki
Purpose: Queries DNSDumpster for passive DNS and subdomain enumeration related to the target domain. Useful for asset discovery and attack surface mapping.
Category: Reconnaissance / Asset Discovery
- Enabled for domain targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_dnsdumpsterDomain: example.com
Subdomains Found: mail.example.com, dev.example.com
IP Addresses: 93.184.216.34, 93.184.216.35
None
- Use to enumerate subdomains and related infrastructure.
- Combine with sfp_dnsresolve and sfp_shodan for full mapping.
Authored by poppopjmp