Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkio/cert-sig-alg
Retrieves the certificate signature algorithm for a set of hosts using OpenSSL
https://github.com/clarkio/cert-sig-alg
Last synced: about 2 months ago
JSON representation
Retrieves the certificate signature algorithm for a set of hosts using OpenSSL
- Host: GitHub
- URL: https://github.com/clarkio/cert-sig-alg
- Owner: clarkio
- Created: 2016-01-09T06:59:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T04:39:18.000Z (5 months ago)
- Last Synced: 2024-12-28T08:20:18.532Z (about 2 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cert-sig-alg
Certificate Signature Algorithm. A tool to get the certificate signature algorithm for a specified list of websites.## Usage
1. `git clone [email protected]:clarkio/cert-sig-alg.git`
2. `cd cert-sig-alg`
3. `npm install`
4. Update the `hosts` array with the desired sites you want to scan
5. `node index`