Subcert – An Subdomain Enumeration Tool, That Finds All The Subdomains From Certificate Transparency Logs

Subcert 1 subcert

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

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

Contribute

  • Improve Code
  • Suggestions
  • Report Bugs

Contact Me

You can contact me regarding anything at A3h1nt

Download Subcert

If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.

Discord

Original Source