Open In App

FrameDomain Framework – Subdomains enumeration tool for penetration testers

Improve
Improve
Like Article
Like
Save
Share
Report

FrameDomain is an automated tool that aims to enumerate subdomains of the parent domain. FrameDomain tool consists of various sub tools like SubExtractor, Riddler, Anubis, etc. All these tools aim to extract subdomains. FrameDomain tool is developed in the Python Language and its menu-driven tool. Only you need to specify is the option number and the target website. FrameDomain tool is also available on the GitHub platform for free and it is also open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Installation of FrameDomain Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/AngelSecurityTeam/FrameDomain.git

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd FrameDomain

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Step 3: You are in the directory of FrameDomain. Now you have to install a dependency of the FrameDomain using the following command.

sudo pip3 install -r requirements.txt

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check help section.

python3 FrameDomain.py

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Working with FrameDomain Tool on Kali Linux OS

Example 1: Subextractor

Select Option 1

We have selected option 1 for SubExtractor.

FrameDomain Framework - Subdomains enumeration tool for penetration testers

SubExtarctor will enumerate the subdomains for the target domain specified.

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Example 2: GatheTool

Select Option 6

We have selected option 6 for GatheTool.

FrameDomain Framework - Subdomains enumeration tool for penetration testers

Select Option 12

GatheTool consists of various sub-options. So we have selected option 12 for Robots.txt.

We have got the contents of robots.txt file which is available on geeksforgeeks.org domain.

Example 3: Riddler

Select Option 16

We have selected option 16 for Riddler.

FrameDomain Framework - Subdomains enumeration tool for penetration testers

We have got the subdomains which are been fetched by riddler tool.


Last Updated : 22 Nov, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads