SubCortex is a fast and effective tool designed for discovering valid subdomains for websites. It performs passive subdomain enumeration by collecting data from various sources.
- Fast and Powerful: Quickly gathers subdomain data from various APIs.
- Advanced Retry Mechanism: Automatically retries commands in case of any errors.
- Modular Architecture: Easily extensible with support for different data sources.
- Comprehensive Support: Customizable through various command-line flags.
You can view the usage instructions with the following command:
python3.12 subcortex.py -h
To collect subdomains:
python3.12 subcortex.py -d example.com
SubCortex can be easily installed along with its required libraries as follows:
pip3.12 install -r requirements.txt
You can run SubCortex with the following command:
python3.12 subcortex.py -d example.com
SubCortex collects its resources through APIs. Key sources used for gathering subdomains include:
-
Traceninja: TraceNinja is a subdomain enumeration tool. TraceNinja's LINK
-
Subfinder: Discovers subdomains from passive sources. Subfinder LINK
-
Assetfinder: Finds subdomains for a specified domain. Assetfinder LINK
This project is licensed under the MIT License.
Feel free to modify or add any information as needed! If there's anything more you'd like to include, just let me know!