Installation of SubExtractor 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/SubExtractor.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 SubExtractor

Step 3: Now use the following command to run the tool and check the help section.

python3 subextractor.py

SubExtractor – Subdomain Enumeration Tool

SubExtractor tool is an automated tool developed in the Python3 Language. This tool has the potential to extract subdomains of the parent domain. Not only these, but this tool can also extract sub-sub domains from a subdomain. This feature makes the tool unique from others. Many sub-sub domains can consist of sensitive data, so knowing the link to the sub-sub domain can expand the scope of the target, and the possibilities of finding the flaw increases. SubExtractor tool is available on the GitHub platform for free and is 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

Similar Reads

Installation of SubExtractor Tool on Kali Linux OS

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

Working with SubExtractor Tool on Kali Linux OS

Example 1: Extracting Subdomains of geeksforgeeks.org...

Contact Us