1.0.2 • Published 5 years ago

testssl v1.0.2

Weekly downloads
1
License
GPL-2.0
Repository
-
Last release
5 years ago

LINUX ONLY

Info

This wrapper is based on: https://github.com/drwetter/testssl.sh

You may have to install:

hexdump

apt install bsdmainutils

git

apt install git

Install

npm i testssl

Usage

This will take 1-2 minutes before returning the data as JSON

index.js

const { testssl } = require("testssl");

(async () => {
    const a = await testssl('example.com');
    console.log(a);
})();