Generate a wordlist from a list of already discovered subdomains. This list can be used for further bruteforcing for more subdomains.
To install:
go install -v github.com/kenjoe41/goSubsWordlist@latest
I plan to add:
..* top N
flag. Outputs only most reoccurring word up to the Nth number like -top 1000
.
Might require in-memory tracking of word occurrence, might not be efficient for xx-large huge subdomain lists.