cert-host-scraper 0.9.0__py3-none-any.whl → 0.9.2__py3-none-any.whl
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.9.0.dist-info → cert_host_scraper-0.9.2.dist-info}/METADATA +4 -2
- {cert_host_scraper-0.9.0.dist-info → cert_host_scraper-0.9.2.dist-info}/RECORD +5 -5
- {cert_host_scraper-0.9.0.dist-info → cert_host_scraper-0.9.2.dist-info}/WHEEL +1 -1
- {cert_host_scraper-0.9.0.dist-info → cert_host_scraper-0.9.2.dist-info}/LICENSE +0 -0
- {cert_host_scraper-0.9.0.dist-info → cert_host_scraper-0.9.2.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cert-host-scraper
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
4
4
|
Summary:
|
|
5
5
|
Home-page: https://github.com/inverse/cert-host-scraper
|
|
6
6
|
License: MIT
|
|
@@ -11,6 +11,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
15
|
Requires-Dist: click (>=8.0.3,<9.0.0)
|
|
15
16
|
Requires-Dist: requests (>=2.27.1,<3.0.0)
|
|
16
17
|
Requires-Dist: rich (>=11,<14)
|
|
@@ -28,7 +29,8 @@ Description-Content-Type: text/markdown
|
|
|
28
29
|
|
|
29
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.
|
|
30
31
|
|
|
31
|
-
<img alt="Demo of cert-host-scraper" src="https://
|
|
32
|
+
<img alt="Demo of cert-host-scraper" src="https://vhs.charm.sh/vhs-3n8rmkDw9BDCmq55P8YKAy.gif" width="800" />
|
|
33
|
+
|
|
32
34
|
|
|
33
35
|
## Usage
|
|
34
36
|
|
|
@@ -2,8 +2,8 @@ cert_host_scraper/__init__.py,sha256=BUkbAFUgGLjxexWjDqSMZA-YAY55fxoD-lym6D6yDHw
|
|
|
2
2
|
cert_host_scraper/cli.py,sha256=b6A3WF6Ydfbs7GzEKvQMejqYgxx-5-bB43kWEnZO7XA,3422
|
|
3
3
|
cert_host_scraper/scraper.py,sha256=U-9n2WU6d8Q-5wyloEbK9b9AO_EeaTfv0VQo_CXAGYA,1723
|
|
4
4
|
cert_host_scraper/utils.py,sha256=SDtmBCgcuwoX-MlhAQRL5ekSZO3iUSx7lFX0pmfWaVw,337
|
|
5
|
-
cert_host_scraper-0.9.
|
|
6
|
-
cert_host_scraper-0.9.
|
|
7
|
-
cert_host_scraper-0.9.
|
|
8
|
-
cert_host_scraper-0.9.
|
|
9
|
-
cert_host_scraper-0.9.
|
|
5
|
+
cert_host_scraper-0.9.2.dist-info/LICENSE,sha256=x2zGqcA4IWCXX5UKMH144zM_rK2NMXSXHN5Qn8cg6yY,1070
|
|
6
|
+
cert_host_scraper-0.9.2.dist-info/METADATA,sha256=La8ogojfLMx90vRwJWx1DB6s43U1yY5RgQ8Tb1BbwaM,1937
|
|
7
|
+
cert_host_scraper-0.9.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
8
|
+
cert_host_scraper-0.9.2.dist-info/entry_points.txt,sha256=GlQNSNbnSjw_MDZrOzhqcATBJ7C4otv7Adrz2yaeK0w,63
|
|
9
|
+
cert_host_scraper-0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|