Skip to content

d35ha/dnsmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dnsmapper

A tool to create a simple map of a specific domain dns records

Example

python3 dnsmapper.py -d google.com -v -a -n
It will take about 30 seconds to finish

The Result

For yahoo.com the result should look like this:

Alt text

How to import

import dnsmapper
dnsmapper.init_all(extract_subdomains_from_any_return=True,verbous=True)
ret = dnsmapper.main("google.com")
print(ret[0])
print("return_ipv4 = {}".format(ret[1]))
print("return_ipv6 = {}".format(ret[2]))

ToDo

Extract IPv4 & IPv6 from any return data and passing them through the loop

About

A tool to create a simple map of a specific domain dns records

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages