sDFT is a tool written in Python that helps you find all accessible sub-domains for specific website. It is simple and fast.
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.
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
- Download and install Python 3 (make sure to add Python and Pip to your PATH)
- Download the sDFT repository
- Extract the zip archive you've downloaded and open the folder in command prompt
- In command prompt type
python -m pip install -r requirements.txt
to install required pip dependencies - After doing this, you can use the tool by typing
python main.py --url="your_targeted_website"
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