Skip to content

This tool will harvest valid DNS subdomains from a given domain.

Notifications You must be signed in to change notification settings

haggard88/DNSHarvester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNSHarvester

This tool will harvest valid DNS subdomains from a given domain. It uses two techniques to do this:

  1. Google queries through the custom search engine API
  2. Dictionary search using a provided wordlist

Results are put into an array and then checked for validity using socket.gethostaddr. Names that don't resolve are removed from the array.

About

This tool will harvest valid DNS subdomains from a given domain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%