An open API service indexing awesome lists of open source software.

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

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