testssl

1.0.2 • Public • Published

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);
})();

Package Sidebar

Install

npm i testssl

Weekly Downloads

1

Version

1.0.2

License

GPL-2.0

Unpacked Size

1.97 kB

Total Files

4

Last publish

Collaborators

  • firstdorsal