Module Name: DNS Public Suffix Brute Forcer
Module path: recon/domains-domains/brute_suffix
Name: DNS Public Suffix Brute Forcer
Path: modules/recon/domains-domains/brute_suffix.py
Author: Marcus Watson (@BranMacMuffin)
Description:
Brute forces TLDs and SLDs using DNS. Updates the 'domains' table with the results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
| SUFFIXES |
/usr/share/recon-ng/data/suffixes.txt |
yes |
path to public suffix wordlist |
Source Options:
| default |
SELECT DISTINCT domain FROM domains WHERE domain 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 |
Comments:
* TLDs: https://data.iana.org/TLD/tlds-alpha-by-domain.txt
* SLDs: https://raw.github.com/gavingmiller/second-level-domains/master/SLDs.csv