mksub
Make subdomains using a wordlistRead a wordlist file (lowercase, remove [^a-zA-Z0-9-_.]+), filter unique words and generate subdomains.
Details
Category: Recon
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/mksub:aa347db
Source URL: https://github.com/trickest/mksub
Parameters
Command:
-l
- Subdomain level to generate. E.g. level 1 will produce sub.domain.com, and level 2 sub.sub.domain.com (default: 1).Command:
-d
- Domain to generate permutations for.Command:
-silent
- Skip writing generated subdomains to stdout (faster) (default true)Command:
-w
- Wordlist for permutations.Command:
-df
- Input domain file, one domain per line.Command:
-r
- Regex to filter words from wordlist file.