Subcode is a Python-based tool designed to help you discover live subdomains of a target domain by analyzing their HTTP status codes. It provides a reliable and effective means of identifying active subdomains and their respective status codes, making it a valuable tool for security testing, bug bounty hunting, or general domain reconnaissance.
To get started with Subcode, follow these steps for installation:
-
Clone the GitHub Repository:
-
Navigate to the Subcode Directory:
cd subcode
-
Install Dependencies:
pip install -r requirements.txt
After successfully installing Subcode, you can use it to discover live subdomains based on their HTTP status codes. Here's how to use it:
-
Prepare Your Target List:
Create a text file, e.g., targets.txt, containing the list of target domains you want to scan for live subdomains. Each domain should be on a separate line.
-
Run Subcode:
python3 subcode.py targets.txt
