Skip to content

nothing0x00/denum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Denum

A Simple Domain Enumeration Script

Denum is a simple tool using Python3 libraries to automate the searching of DNS records, whois records and reverse DNS records for a domain and its associated IP.

Installation and Use

To install and run Denum do the following: git clone https://github.com/nothing0x00/denum.git

cd denum

pip3 install -r requirements.txt

python3 denum.py -t [domain name]

All searches need to use the root domain name for information gathering, rather than subdomains, and domain names are formatted without the protocol (http, https, etc). For example:

python3 denum.py -t google.com

About

A Simple Domain Enumeration Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages