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.
Installation
With [pipx]:
pipx install cert-host-scraper
With pip:
pip install cert-host-scraper
Usage
Once installed you can look up information about a domain using the search command:
cert-host-scraper search your-domain.com
There are additional options that can be provided to change this behaviour and result filtering.
Pass --help to this command for a full list of options.
Development
Requires uv and Python 3.10+.
uv sync 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
