This is a node-red node for running the testssl.sh script within node-red
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)
- 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.
git clone https://github.com/PeterMosmans/openssl.git
./config --prefix=/OPENSSLTEST
make depend && make && make install