sfp_dnsbrute - poppopjmp/spiderfoot GitHub Wiki
Purpose: Performs DNS brute-forcing to discover subdomains and hidden infrastructure related to the target domain. Useful for attack surface mapping and asset discovery.
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_dnsbrute
Domain: example.com
Subdomains Found: dev.example.com, mail.example.com, vpn.example.com
None
- Use to uncover hidden or forgotten subdomains.
- Combine with sfp_dnsresolve and sfp_dnsdumpster for comprehensive mapping.
Authored by poppopjmp