Subcert is a subdomain enumeration tool, that finds all the subdomains from certificate transparency logs.
Last updated May 25, 2026
79
Stars
14
Forks
0
Issues
0
Stars/day
Attention Score
3
Topics
Language breakdown
Python 100.0%
โธ Files
click to expand
README
Subcert
Subcert is a subdomain enumeration tool, that finds all the valid subdomains from certificate transparency logs.Table of contents
Setup
Step 1: Install Python 3
apt-get install python3-pip
Step 2: Clone the Repository
git clone https://github.com/A3h1nt/Subcert.git
Step 3: Install Dependencies
pip3 install -r requirements.txt
Step 4: Move the Directory to /opt
mv subcert /opt/
Step 5: Add an alias in .bashrc to run the script from anywhere
alias subcert="python3 /opt/subcert/subcert.py"
Demo
Watch demo on YoutubeContribute
- Improve Code
- Suggestions
- Report Bugs
Contact Me
You can contact me regarding anything at A3h1nt
๐ More in this category