GitHub - inverse/cert-host-scraper: Query the certificate transparency log

1 min read Original article ↗

Cert Host Scraper

CI PyPI version PyPI downloads codecov Ruff Static Badge License

Query the certificate transparency log from crt.sh by a given a keyword and returns the status code of the matched results. Optionally, filtering the results by status code.

Demo of cert-host-scraper

Usage

cert-host-scraper search your-domain.com [--status-code 200]

Installation

With pipx:

pipx install cert-host-scraper

With pip:

pip install cert-host-scraper

Development

Requires uv and Python 3.10+.

uv install
uv run python -m cert_host_scraper.cli

All dev tooling is managed mise as defined in the provided mise.toml and .python-version files.

License

MIT