Skip to content

404_Digger is a python tool used to find subdomains with 404 Not Found status code and in addition it fetches CNAME i.e. canonical name of the subdomain. Ultimately 404_Digger is useful while testing for subdomain takeover.

License

StreetOfHackerR007/404_Digger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

404_Digger

404_Digger is a tool used for finding subdomains with 404 Not Found status code and in addition it fetches CNAME i.e. canonical name of the subdomain. Ultimately 404_Digger is useful while testing for subdomain takeover.

forthebadge

Requirements:

• Python verion 3 or higher
• Python module requests
• Dig (External command line utility to find CNAME. NOTE: it comes pre-installed in linux.)

Installation:

git clone https://github.com/StreetOfHackerR007/404_Digger.git
cd 404_Digger
pip install -r requirements.txt

If you are using windows use this guide to install dig. Installing Dig on Windows

Usage:

python 404_Digger.py
.
.
.
[+] Enter filename/path: subdomains.txt
.
[*] Please while i find 404 response code....

.
.
[RESULTS]

Demo Screenshot:

Demo screenshot of 404_Digger

Developers:

Rohit Soni Twitter Instagram

Uday Patel Twitter Instagram

Happy Hunting : )

About

404_Digger is a python tool used to find subdomains with 404 Not Found status code and in addition it fetches CNAME i.e. canonical name of the subdomain. Ultimately 404_Digger is useful while testing for subdomain takeover.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages