Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Subcert — Passive subdomain enumeration tool that extracts valid subdomains from certificate transparency logs using Python, ideal for reconnaissance and bug bounty workflows. | Kitploit
Tools/GitHubGitHub/a3h1nt/subcert
OSINT (Open Source Intelligence)ReconnaissanceDNS & Subdomain EnumerationInformation GatheringSubdomain Enumeration
GitHuba3h1nt/subcert

Subcert

Passive subdomain enumeration tool that extracts valid subdomains from certificate transparency logs using Python, ideal for reconnaissance and bug bounty workflows.

View Repository
79145 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Subcert

Subcert is a subdomain enumeration tool, that finds all the valid subdomains from certificate transparency logs.

Table of contents

  • Setup
  • Demo
  • Contribute
  • Contact Me

Setup

Step 1: Install Python 3

root@kitploit:~
apt-get install python3-pip

Step 2: Clone the Repository

root@kitploit:~
git clone https://github.com/A3h1nt/Subcert.git

Step 3: Install Dependencies

root@kitploit:~
pip3 install -r requirements.txt

Step 4: Move the Directory to /opt

root@kitploit:~
mv subcert /opt/

Step 5: Add an alias in .bashrc to run the script from anywhere

root@kitploit:~
alias subcert="python3 /opt/subcert/subcert.py"

Demo

Watch demo on Youtube

Contribute

  • Improve Code
  • Suggestions
  • Report Bugs

Contact Me

You can contact me regarding anything at A3h1nt

Download Tool