https://github.com/a3h1nt/subcert
Subcert is a subdomain enumeration tool, that finds all the subdomains from certificate transparency logs.
https://github.com/a3h1nt/subcert
bugbounty certificate-transparency infosec osint-tool pentesting-tools python3 subdomain-enumeration
Last synced: about 2 months ago
JSON representation
Subcert is a subdomain enumeration tool, that finds all the subdomains from certificate transparency logs.
- Host: GitHub
- URL: https://github.com/a3h1nt/subcert
- Owner: A3h1nt
- License: mit
- Created: 2021-03-19T07:09:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T01:59:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T12:39:59.596Z (about 2 months ago)
- Topics: bugbounty, certificate-transparency, infosec, osint-tool, pentesting-tools, python3, subdomain-enumeration
- Language: Python
- Homepage:
- Size: 409 KB
- Stars: 79
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Subcert
Subcert is a subdomain enumeration tool, that finds all the valid subdomains from certificate transparency logs.## Table of contents
* [Setup](#Setup)
* [Demo](#Demo)
* [Contribute](#contribute)
* [Contact Me](#Contact-Me)## 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](https://www.youtube.com/watch?v=xihYOaM6p8Y)## Contribute
- Improve Code
- Suggestions
- Report Bugs## Contact Me
You can contact me regarding anything at [A3h1nt](https://twitter.com/A3h1nt)