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

Overview

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 Youtube

Contribute

  • Improve Code
  • Suggestions
  • Report Bugs

Contact Me

You can contact me regarding anything at A3h1nt

You might also like...
Using Python to parse through email logs received through several backup systems.

outlook-automated-backup-control Backup monitoring on a mailbox: In this mailbox there will be backup logs. The identification will based on the follo

Demo code for
Demo code for "Logs in distributed systems" webinar

Hexlet Logs Demo Пререквизиты docker-compose python3 Учетка в DataDog Базовое понимание, что такое логи (можно почитать гайд

A visidata plugin for parsing f5 ltm/gtm/audit logs

F5 Log Visidata Plugin This plugin supports the default log format for: /var/log/ltm* /var/log/gtm* /var/log/apm* /var/log/audit* It extracts common l

MeepoBenchmark - This project aims at providing the scripts, logs, and analytic results for Meepo Blockchain
MeepoBenchmark - This project aims at providing the scripts, logs, and analytic results for Meepo Blockchain

MeepoBenchmark - This project aims at providing the scripts, logs, and analytic results for Meepo Blockchain

A tool to flash .ofp files in bootloader mode without needing MSM Tool, an alternative to official realme tool
A tool to flash .ofp files in bootloader mode without needing MSM Tool, an alternative to official realme tool

Oppo/Realme Flash .OFP File on Bootloader A tool to flash .ofp files in bootloader mode without needing MSM Tool, an alternative to official realme to

A Powerful Tool For Making Combo List(All possible modes)
A Powerful Tool For Making Combo List(All possible modes)

ComboMaker A Powerful Tool For Making Combo List Introduction Check out all possible Combo list build modes with this tool =) How to Install Open the

B-Pkg is a simple tool in python for installing all basic package in termux

Basic-Pkg 👉🏻 Basic-Pkg 👈🏻 B-Pkg is a simple tool in python for installing all basic package in termux This is my first tool, I hope you will like

A tool to replace all osu beatmap backgrounds at once.

OsuBgTool A tool to replace all osu beatmap backgrounds at once. Requirements You need to have python 3.6 or newer installed. That's it. How to Use Ju

A tool to build reproducible wheels for you Python project or for all of your dependencies

asaman: Amra Saman (আমরা সমান) This is a tool to build reproducible wheels for your Python project or for all of your dependencies. What this means is

Comments
  • Error

    Error

    Hi I have this problem on Kali 2021.1 with python3, when i start program i receive this error: File "/home/kali/Downloads/Subcert/subcert.py", line 26, in
    banner=pyfiglet.figlet_format("SUBCERT", font = "cyberlarge" )
    File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 65, in figlet_format
    fig = Figlet(font, **kwargs)
    File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 794, in init
    self.setFont()
    File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 801, in setFont
    self.Font = FigletFont(font=self.font)
    File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 126, in init
    self.data = self.preloadFont(font)
    File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 147, in preloadFont
    raise FontNotFound(font)
    pyfiglet.FontNotFound: cyberlarge

    opened by hkrgl70 4
  • Added command line option parsing and ability specificy an output fil…

    Added command line option parsing and ability specificy an output fil…

    …e for the hostnames returned python3 subcert.py -h usage: subcert.py [-h] -d DOMAIN [-o OUTPUT]

    optional arguments: -h, --help show this help message and exit -d DOMAIN, --domain DOMAIN Domain to query -o OUTPUT, --output OUTPUT Output file name

    opened by gchetrick 0
Owner
A3h1nt
Infosec Enthusiast | Student
A3h1nt
Certipy is a Python tool to enumerate and abuse misconfigurations in Active Directory Certificate Services (AD CS).

Certipy Certipy is a Python tool to enumerate and abuse misconfigurations in Active Directory Certificate Services (AD CS). Based on the C# variant Ce

ollypwn 1.3k Jan 1, 2023
Simple python script for AD enumeration

AutoAD - Simple python script for AD enumeration This tool was created on my spare time to help fellow penetration testers in automating the basic enu

Mohammad Arman 28 Jun 21, 2022
Automatic certificate unpinning for Android apps

What is this? Script used to perform automatic certificate unpinning of an APK by adding a custom network security configuration that permits user-add

Antoine Neuenschwander 5 Jul 28, 2021
Automate your Microsoft Learn Student Ambassadors event certificate with Python

Microsoft Learn Student Ambassador Certificate Automation This repo simply use a template certificate docx file and generates certificates both docx a

Muhammed Oğuz 24 Aug 24, 2022
Python implementation for Active Directory certificate abuse

Certipy is a Python tool to enumerate and abuse misconfigurations in Active Directory Certificate Services (AD CS). Based on the C# variant Ce

Oliver Lyak 1.3k Jan 9, 2023
Python client SDK designed to simplify integrations by automating key generation and certificate enrollment using Venafi machine identity services.

This open source project is community-supported. To report a problem or share an idea, use Issues; and if you have a suggestion for fixing the issue,

Venafi, Inc. 13 Sep 27, 2022
A blazing fast mass certificate generator script for the community ⚡

A simple mass certificate generator script for the community ⚡ Source Code · Docs · Raw Script Docs All you need Certificate Design a simple template

Tushar Nankani 24 Jan 3, 2023
This program goes thru reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.

This program goes thru reddit, finds the most mentioned tickers and uses Vader SentimentIntensityAnalyzer to calculate the ticker compound value.

null 195 Dec 13, 2022
Donatus Prince 6 Feb 25, 2022
This code makes the logs provided by Fiddler proxy of the Google Analytics events coming from iOS more readable.

GA-beautifier-iOS This code makes the logs provided by Fiddler proxy of the Google Analytics events coming from iOS more readable. To run it, create a

Rafael Machado 3 Feb 2, 2022