https://github.com/thehappydinoa/censys-certificates
Simple script for getting validity dates and the SHA256 fingerprint of certificates.
https://github.com/thehappydinoa/censys-certificates
censys certificates csv python3
Last synced: over 1 year ago
JSON representation
Simple script for getting validity dates and the SHA256 fingerprint of certificates.
- Host: GitHub
- URL: https://github.com/thehappydinoa/censys-certificates
- Owner: thehappydinoa
- Created: 2020-03-18T17:00:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T17:08:09.000Z (over 6 years ago)
- Last Synced: 2025-02-01T07:28:12.264Z (over 1 year ago)
- Topics: censys, certificates, csv, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Certificates Index [](https://www.python.org/downloads/release/python-370/)
Simple script for getting validity dates and the SHA256 fingerprint of certificates.
## Install
```bash
pip install -r requirements.txt
```
## Run
Add the Censys API ID and secret that are shown under [My Account](https://censys.io/account) to `.env.sample` then rename to `.env`
```bash
python certificates_index.py
```
## Usage
```usage
usage: certificates_index.py [-h] [-v] [-o FILE]
Certificate info to CSV
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
-o FILE, --output FILE
output for csv
```