https://github.com/thelikes/gwdomains
sub domain wild card filtering tool
https://github.com/thelikes/gwdomains
bugbounty hacking infosec
Last synced: 3 months ago
JSON representation
sub domain wild card filtering tool
- Host: GitHub
- URL: https://github.com/thelikes/gwdomains
- Owner: thelikes
- Created: 2019-10-22T21:48:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T18:26:25.000Z (about 6 years ago)
- Last Synced: 2023-10-20T23:27:39.562Z (over 2 years ago)
- Topics: bugbounty, hacking, infosec
- Language: Go
- Size: 5.86 KB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# gwdomains
Get (rid of) Wildcard Domains
## Install
go get github.com/thelikes/gwdomains
## Run
This tool takes a list of potential sub domains and filters out only legitimate
domains. For use with tools like altdns, dnsgen, and syborg.
### How to
#### Steps
1. Brute force sub domains (knock,amass,fierce,subfinder,etc)
2. Run a mutator (dnsgen,syborg,etc)
3. Resolve the mutations
4. Feed gwdomains the mutated sub domains
#### Run
`cat mutated.txt | gwdomains`
#### Debug
Verbose output:
`cat mutated.txt |MYGODEBUG=true gwdomains`
## Thanks
HuG3 thanks to OWASP Amass