Socket
Socket
Sign inDemoInstall

node-red-contrib-testssl

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-testssl

node-red implementation of the testssl.sh script


Version published
Weekly downloads
6
increased by20%
Maintainers
1
Install size
30.9 MB
Created
Weekly downloads
 

Readme

Source

node-red-contrib-testssl

This is a node-red node for running the testssl.sh script within node-red

Installation

npm install node-red-contrib-testssl

it will download the latest version of the testssl.sh script from github automatically (https://github.com/drwetter/testssl.sh)

Features

  • scan a host and get the report as text and HTML output.
  • if an FQDN is provided as host, every IP gets scanned from the DNS result separately. Every IP will get a single report.
  • use your own OpenSSL version for the scan (simply provide the path to the executable).
  • provide a path to your CA certificates file(s) to allow the verification of the chain of trust with the remote host.

Build OpenSSL for testing purposes

git clone https://github.com/PeterMosmans/openssl.git
./config --prefix=/OPENSSLTEST
make depend && make && make install

Thanks to

Keywords

FAQs

Last updated on 24 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc