cert-host-scraper 0.10.0__tar.gz → 0.10.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cert-host-scraper might be problematic. Click here for more details.
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/PKG-INFO +12 -11
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/README.md +7 -4
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/pyproject.toml +14 -10
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/LICENSE +0 -0
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/cert_host_scraper/__init__.py +0 -0
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/cert_host_scraper/cli.py +0 -0
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/cert_host_scraper/scraper.py +0 -0
- {cert_host_scraper-0.10.0 → cert_host_scraper-0.10.1}/cert_host_scraper/utils.py +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: cert-host-scraper
|
|
3
|
-
Version: 0.10.
|
|
4
|
-
Summary:
|
|
5
|
-
Home-page: https://github.com/inverse/cert-host-scraper
|
|
3
|
+
Version: 0.10.1
|
|
4
|
+
Summary: 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.
|
|
6
5
|
License: MIT
|
|
7
6
|
Author: Malachi Soord
|
|
8
7
|
Author-email: inverse.chi@gmail.com
|
|
9
|
-
Requires-Python: >=3.10,<4
|
|
8
|
+
Requires-Python: >=3.10,<4
|
|
10
9
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
10
|
Classifier: Programming Language :: Python :: 3
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -15,9 +14,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
15
|
Requires-Dist: click (>=8.1.8,<9.0.0)
|
|
17
16
|
Requires-Dist: requests (>=2.27.1,<3.0.0)
|
|
18
|
-
Requires-Dist: rich (>=11,<
|
|
17
|
+
Requires-Dist: rich (>=11,<15)
|
|
19
18
|
Requires-Dist: single-source (>=0.4.0,<0.5.0)
|
|
20
|
-
Project-URL: Repository, https://github.com/inverse/cert-host-scraper
|
|
21
19
|
Description-Content-Type: text/markdown
|
|
22
20
|
|
|
23
21
|
# Cert Host Scraper
|
|
@@ -25,13 +23,13 @@ Description-Content-Type: text/markdown
|
|
|
25
23
|
[](https://github.com/inverse/cert-host-scraper/actions/workflows/ci.yml)
|
|
26
24
|
[](https://badge.fury.io/py/cert-host-scraper)
|
|
27
25
|

|
|
26
|
+
[](https://github.com/astral-sh/ruff)
|
|
27
|
+

|
|
28
28
|
[](LICENSE)
|
|
29
|
-
[](https://github.com/psf/black)
|
|
30
29
|
|
|
31
30
|
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.
|
|
32
31
|
|
|
33
|
-
<img alt="Demo of cert-host-scraper" src="https://vhs.charm.sh/vhs-
|
|
34
|
-
|
|
32
|
+
<img alt="Demo of cert-host-scraper" src="https://vhs.charm.sh/vhs-7fKWanXXcalG2oS28DVyZC.gif" width="800" />
|
|
35
33
|
|
|
36
34
|
## Usage
|
|
37
35
|
|
|
@@ -57,14 +55,17 @@ pip install cert-host-scraper
|
|
|
57
55
|
|
|
58
56
|
Requires [poetry][0] and Python 3.10+.
|
|
59
57
|
|
|
60
|
-
```
|
|
58
|
+
```bash
|
|
61
59
|
poetry install
|
|
62
60
|
poetry run python -m cert_host_scraper.cli
|
|
63
61
|
```
|
|
64
62
|
|
|
63
|
+
Python and poetry versions are managed [mise][1] as defined in the provided `.tool-versions` file.
|
|
64
|
+
|
|
65
65
|
## License
|
|
66
66
|
|
|
67
67
|
MIT
|
|
68
68
|
|
|
69
69
|
[0]: https://python-poetry.org
|
|
70
|
+
[1]: https://github.com/jdx/mise
|
|
70
71
|
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
[](https://github.com/inverse/cert-host-scraper/actions/workflows/ci.yml)
|
|
4
4
|
[](https://badge.fury.io/py/cert-host-scraper)
|
|
5
5
|

|
|
6
|
+
[](https://github.com/astral-sh/ruff)
|
|
7
|
+

|
|
6
8
|
[](LICENSE)
|
|
7
|
-
[](https://github.com/psf/black)
|
|
8
9
|
|
|
9
10
|
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.
|
|
10
11
|
|
|
11
|
-
<img alt="Demo of cert-host-scraper" src="https://vhs.charm.sh/vhs-
|
|
12
|
-
|
|
12
|
+
<img alt="Demo of cert-host-scraper" src="https://vhs.charm.sh/vhs-7fKWanXXcalG2oS28DVyZC.gif" width="800" />
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
|
@@ -35,13 +35,16 @@ pip install cert-host-scraper
|
|
|
35
35
|
|
|
36
36
|
Requires [poetry][0] and Python 3.10+.
|
|
37
37
|
|
|
38
|
-
```
|
|
38
|
+
```bash
|
|
39
39
|
poetry install
|
|
40
40
|
poetry run python -m cert_host_scraper.cli
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
Python and poetry versions are managed [mise][1] as defined in the provided `.tool-versions` file.
|
|
44
|
+
|
|
43
45
|
## License
|
|
44
46
|
|
|
45
47
|
MIT
|
|
46
48
|
|
|
47
49
|
[0]: https://python-poetry.org
|
|
50
|
+
[1]: https://github.com/jdx/mise
|
|
@@ -1,27 +1,31 @@
|
|
|
1
|
-
[
|
|
1
|
+
[project]
|
|
2
2
|
name = "cert-host-scraper"
|
|
3
|
-
version = "0.10.
|
|
4
|
-
description = ""
|
|
5
|
-
authors = [
|
|
3
|
+
version = "0.10.1"
|
|
4
|
+
description = "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."
|
|
5
|
+
authors = [
|
|
6
|
+
{name = "Malachi Soord", email = "inverse.chi@gmail.com"}
|
|
7
|
+
]
|
|
6
8
|
license = "MIT"
|
|
7
|
-
|
|
8
9
|
readme = "README.md"
|
|
9
10
|
repository = "https://github.com/inverse/cert-host-scraper"
|
|
10
11
|
homepage = "https://github.com/inverse/cert-host-scraper"
|
|
12
|
+
dynamic = [ "dependencies" ]
|
|
13
|
+
requires-python = ">=3.10,<4"
|
|
11
14
|
|
|
12
|
-
|
|
13
|
-
[tool.poetry.scripts]
|
|
15
|
+
[project.scripts]
|
|
14
16
|
cert-host-scraper = "cert_host_scraper.cli:cli"
|
|
15
17
|
|
|
16
18
|
[tool.poetry.dependencies]
|
|
17
19
|
python = "^3.10"
|
|
18
20
|
requests = "^2.27.1"
|
|
19
21
|
click = "^8.1.8"
|
|
20
|
-
rich = ">=11,<
|
|
22
|
+
rich = ">=11,<15"
|
|
21
23
|
single-source = "^0.4.0"
|
|
22
24
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
|
|
26
|
+
[tool.poetry.group.dev.dependencies]
|
|
27
|
+
pytest = "^8.3.5"
|
|
28
|
+
pytest-cov = "^6.0.0"
|
|
25
29
|
pytest-socket = "^0.7.0"
|
|
26
30
|
vcrpy = "^7.0.0"
|
|
27
31
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|