Skip to content

DackJempsey/go_guess_dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Guess DNS

Simple DNS subdomain enumeration.

Usage

docker

docker build -t go_gues_dns
docker run -it --rm --name go_guess_dns go_guess_dns

bare metal

go build .
go run . -wordlist 100names.txt -domain <domain.A>

Good word lists

https://github.com/danielmiessler/SecLists

Example output

ns3.google.com        216.239.36.10
mail.google.com       142.251.40.165

Built from the book: Black Hat Go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published