tlsing is an open-source Node.js library for testing TLS security on websites.
🚀 Install
npm install tlsing
🛠 Features
- ✔ TLS Certificate Validation
- ✔ HTTPS Security Checks
- ✔ Port Detection & URL Analysis
- ✔ HTTP/HTTPS Protocol Identification
📡 Usage Example
import { checkTLS } from "tlsing"; console.log(checkTLS("google.com"));
Available on npm and GitHub.