Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenjoe41/goSubsWordlist
Generate wordlist from already collected subdomains for bruteforcing purposes.
https://github.com/kenjoe41/goSubsWordlist
bruteforce subdomain-enumeration
Last synced: 3 months ago
JSON representation
Generate wordlist from already collected subdomains for bruteforcing purposes.
- Host: GitHub
- URL: https://github.com/kenjoe41/goSubsWordlist
- Owner: kenjoe41
- License: mit
- Created: 2022-01-03T20:45:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T19:54:38.000Z (about 2 years ago)
- Last Synced: 2024-06-20T01:59:40.550Z (5 months ago)
- Topics: bruteforce, subdomain-enumeration
- Language: Go
- Homepage:
- Size: 66.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - kenjoe41/goSubsWordlist - Generate wordlist from already collected subdomains for bruteforcing purposes. (Go)
README
# goSubsWordlist
[![Go Reference](https://img.shields.io/badge/go-reference-blue?logo=go&logoColor=white&style=for-the-badge)](https://pkg.go.dev/github.com/kenjoe41/goSubsWordlist)
[![Go Report Card](https://goreportcard.com/badge/github.com/kenjoe41/goSubsWordlist?style=for-the-badge)](https://goreportcard.com/report/github.com/kenjoe41/goSubsWordlist)[![GitHub license](https://img.shields.io/badge/LICENSE-MIT-GREEN?style=for-the-badge)](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:
```shell
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.