gdft2112 / goSubsWordlist

Generate wordlist from already collected subdomains for bruteforcing purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goSubsWordlist

Go Reference Go Report Card

GitHub license

Generate a wordlist from a list of already discovered subdomains. This list can be used for further bruteforcing for more subdomains.

Install

To install:

go install -v github.com/kenjoe41/goSubsWordlist@latest

TODO

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.

About

Generate wordlist from already collected subdomains for bruteforcing purposes.

License:MIT License


Languages

Language:Go 93.6%Language:Makefile 6.4%