Metadata-Version: 2.1
Name: cert-host-scraper
Version: 0.1.0
Summary: 
Home-page: https://github.com/inverse/cert-host-scraper
License: MIT
Author: Malachi Soord
Author-email: inverse.chi@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiohttp[speedups] (>=3.8.1,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: rich (>=11.0.0,<12.0.0)
Project-URL: Repository, https://github.com/inverse/cert-host-scraper
Description-Content-Type: text/markdown

# Cert Host Scraper

Query the certificate transparency log for a keyword and check the status code of the results.

## Usage

```bash
cert-host-scraper search your-domain.com --status-code 200
```

## Installation

With pipx:

```bash
pipx install cert-host-scraper
```

With pip:

```bash
pip install cert-host-scraper
```

## Licence

MIT

