FrameDomain Framework – Subdomains enumeration tool for penetration testers
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
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
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
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
Working with FrameDomain Tool on Kali Linux OS
Example 1: Subextractor
Select Option 1
We have selected option 1 for SubExtractor.
SubExtarctor will enumerate the subdomains for the target domain specified.
Example 2: GatheTool
Select Option 6
We have selected option 6 for GatheTool.
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.
We have got the subdomains which are been fetched by riddler tool.
Please Login to comment...