Socket
Socket
Sign inDemoInstall

node-red-contrib-testssl

Package Overview
Dependencies
3
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
3
decreased by-50%
Maintainers
1
Install size
5.82 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).

Build OpenSSL for testing with testssl.sh (working for OpenSSL 1.0.1)

sed -i.bak -r 's/"(ssl2|rc5|md2|zlib|weak-ssl-ciphers)"[[:space:]]+=>/#&/g' Configure
sed -i.bak -r 's/^(#[[:space:]]define[[:space:]]TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES[[:space:]]+)0/\11/' ssl/tls1.h

Keywords

FAQs

Last updated on 16 Sep 2016

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