Skip to content

Commit

Permalink
Tidy project
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Aug 29, 2023
1 parent 3ce77b5 commit 54282bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/.idea/
/.venv/
/.mypy_cache/
/.pytest_cache/
/.ruff_cache/
__pycache__/
/dist/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
[![License](https://img.shields.io/github/license/inverse/cert-host-scraper.svg)](LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Query the certificate transparency log from [crt.sh](https://crt.sh) by a given a keyword and returns the status code of the matched results. Optionally filtering the results by status code.
Query the certificate transparency log from [crt.sh](https://crt.sh) by a given a keyword and returns the status code of the matched results. Optionally, filtering the results by status code.

<img alt="Demo of cert-host-scraper" src="https://i.imgur.com/Co3aTfO.gif" width="800" />

## Usage

```bash
cert-host-scraper search your-domain.com [--status-code 200] [--clean/--no-clean]
cert-host-scraper search your-domain.com [--status-code 200]
```

## Installation
Expand All @@ -32,7 +32,7 @@ pip install cert-host-scraper

## Development

Requires [poetry][0] and Python 3.10.
Requires [poetry][0] and Python 3.10+.

```
poetry install
Expand Down

0 comments on commit 54282bc

Please sign in to comment.