Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.16 KB

Cert Host Scraper

CI PyPI version PyPI downloads License Code style: black

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 poetry and Python 3.10+.

poetry install
poetry run python -m cert_host_scraper.cli

License

MIT