Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathis2001/cert4recon
Simple passive Python Recon tool for subdomains enumeration with crt.sh
https://github.com/mathis2001/cert4recon
bugbounty crt-sh information-gathering osint recon subdomain-enumeration
Last synced: 3 months ago
JSON representation
Simple passive Python Recon tool for subdomains enumeration with crt.sh
- Host: GitHub
- URL: https://github.com/mathis2001/cert4recon
- Owner: mathis2001
- Created: 2022-05-30T08:07:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T09:25:25.000Z (over 2 years ago)
- Last Synced: 2024-06-15T18:34:00.735Z (8 months ago)
- Topics: bugbounty, crt-sh, information-gathering, osint, recon, subdomain-enumeration
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cert4Recon
Simple Python Recon tool to find subdomains with crt.sh## Install:
```bash
$ git clone https://github.com/mathis2001/Cert4Recon.git$ cd Cert4Recon
$ python3 cert4recon.py
```
## Usage:
```bash
$ ./cert4recon.py [-h] -t target [-o output file] [-a]
```
## Options:
```bash
-h help-t target
-o output file (exemple.txt)
-a show alive subdomains
```![image](https://user-images.githubusercontent.com/40497633/171006437-53680d8e-5905-458e-9ad0-422e90cd1608.png)
![image](https://user-images.githubusercontent.com/40497633/172222455-a5076a7f-6a96-4f50-819d-d9c24af2611b.png)
![test](https://user-images.githubusercontent.com/40497633/171008274-df0bb760-7f68-41d3-8cd9-b09a1736a44b.jpg)