
Passive subdomain enumeration tool that extracts valid subdomains from certificate transparency logs using Python, ideal for reconnaissance and bug bounty workflows.
Subcert is a subdomain enumeration tool, that finds all the valid subdomains from certificate transparency logs.
apt-get install python3-pip
git clone https://github.com/A3h1nt/Subcert.git
pip3 install -r requirements.txt
mv subcert /opt/
alias subcert="python3 /opt/subcert/subcert.py"
You can contact me regarding anything at A3h1nt