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.
With [pipx]:
pipx install cert-host-scraperWith pip:
pip install cert-host-scraperOnce installed you can look up information about a domain using the search command:
cert-host-scraper search your-domain.comThere 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.
Requires uv and Python 3.10+.
uv sync
uv run python -m cert_host_scraper.cliAll dev tooling is managed mise as defined in the provided mise.toml and .python-version files.
MIT
