Packages and Binaries:
dnsgen
This package provides a generator of a combination of domain names from the provided input. Combinations are created based on wordlist. Custom words are extracted per execution.
Installed size: 37 KB
How to install: sudo apt install dnsgen
Dependencies:
- python3
- python3-click
- python3-tldextract
dnsgen
root@kali:~# dnsgen --help
Usage: dnsgen [OPTIONS] FILENAME
Options:
-l, --wordlen INTEGER RANGE Min length of custom words extracted from
domains. [1<=x<=100]
-w, --wordlist PATH Path to custom wordlist.
-f, --fast Fast generation.
--help Show this message and exit.
Updated on: 2023-Aug-14