Skip to content

Discover DNS records for a domain name (incluiding subdomains) with iojs (nodejs)

Notifications You must be signed in to change notification settings

jcerdan/dns-discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dns-discover

Discover DNS records for a domain name (incluiding subdomains) with iojs (nodejs)

To install dependencies: $ npm update

You can use it in command line with iojs or nodejs. Choose the one you prefer!

$ iojs dns-discover.js <domain_name>

or

$ nodejs dns-discover.js <domain_name>

Ex:

$ iojs dns-discover.js tecob.com

or

$ node dns-discover.js tecob.com

subdomains list is taken from dnsenum perl project, please, feel free to report any other subdomain that should be added to the checklist.

About

Discover DNS records for a domain name (incluiding subdomains) with iojs (nodejs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published