Metadata-Version: 2.1
Name: ctsf
Version: 1.0.1
Summary: Certificate Transparency Subdomain Finder
Home-page: https://erfansamandarian.com/ctsf
Author: Erfan Samandarian
Author-email: mail@erfansamandarian.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# CTSF

Certificate Transparency Subdomain Finder

```
.------..------..------..------.
|C.--. ||T.--. ||F.--. ||S.--. |
| :/\: || :/\: || :(): || :/\: |
| :\/: || (__) || ()() || :\/: |
| '--'C|| '--'T|| '--'F|| '--'S|
`------'`------'`------'`------'
```

## About 

Tool to get subdomains via Certificate Transparency logs.

Remade to be installable with PIP.

## Installation 

###  System

```
cd CTFS

pip install .
```

### Virtual Environment 📦

```
cd CTFS

python -m venv venv

source venv/bin/activate

pip install .
```

## Usage 🃏

```
ctfs --domain "google.com"
```

## Credits

Sheila A. Berta: https://github.com/UnaPibaGeek/ctfr
