Skip to content

SubDomains Finder Tool (sDFT) πŸ”Ž | Tool written in python, that helps you find all subdomains of some website. It's really easy to use the tool and scan for any domains that you're interested in. It can be used by Bug Bounty Hunters to scan subdomains easier

Notifications You must be signed in to change notification settings

albertglebocki/SubDomains-Finder-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SubDomains Finder Tool πŸ”Ž

What is sDFT?

sDFT is a tool written in Python that helps you find all accessible sub-domains for specific website. It is simple and fast.

How it works?

The tool is very simple. All you have to do is specify target website. Then, sDFT will try to resolve every subdomain of specified website and print all that resolves with success.

Installation

Linux

sudo apt update
sudo apt install python3 python3-pip git # Install dependencies
git clone https://github.com/dox-dev/SubDomains-Finder-Tool.git # Clone sDFT repository
cd SubDomains-Finder-Tool
python3 -m pip install -r requirements.txt # Install pip dependencies

Windows

  1. Download and install Python 3 (make sure to add Python and Pip to your PATH)
  2. Download the sDFT repository
  3. Extract the zip archive you've downloaded and open the folder in command prompt
  4. In command prompt type python -m pip install -r requirements.txt to install required pip dependencies
  5. After doing this, you can use the tool by typing python main.py --url="your_targeted_website"

Usage

In command prompt type python main.py --url="your_targeted_website", where "your_targeted_website" is a website you want to target. [Remember! Use URL without https://www (for example: github.com)]

After that, sDFT will print all subdomains that resolves with success

Footage:

Keep in mind that this tool is in its early development, so there still may be some bugs. Also, the list of subdomains will be gradually updated. Sorry for any inconvenience.

About

SubDomains Finder Tool (sDFT) πŸ”Ž | Tool written in python, that helps you find all subdomains of some website. It's really easy to use the tool and scan for any domains that you're interested in. It can be used by Bug Bounty Hunters to scan subdomains easier

Topics

Resources

Stars

Watchers

Forks

Languages