Questions tagged [testssl.sh]

testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. more details here: https://github.com/drwetter/testssl.sh

6 questions
1
vote
1 answer

Set Elliptical Curve in JDK17

I have migrated a service from JDK8 to JDK17. Now, whenever client connects to server, server offers X448 elliptical curve. I want to disable it. PFS is offered (OK) ECDHE-RSA-AES128-GCM-SHA256 Elliptic curves offered: prime256v1…
1
vote
2 answers

Invert grep of a lot of values no consistent output

I'm currently working on setting up automatized pentest reporting. The scripts I set up perform TLS and other security checks to see if the application is secure in these aspects yes or no. Currently use the testssl.sh application (which can be…
JeanB
  • 13
  • 3
1
vote
0 answers

How to run .testssl.sh command on Linux platform and save the output in Json file and save the Json data in database

I cloned git repository of testssl.sh on my desktop Using the clone, i want to run below command on Linux platform and save the output to a .json file and read the file and save json data to a database. ./testssl.sh -p -s -f -U -S -P…
vectyvec
  • 197
  • 1
  • 12
0
votes
0 answers

Python Flask Web-Application not wokring as expected after deploying it on IIS 10

Overview: I am trying to develop a Python Flask web aplication named (SSL Scanner) which uses the “testssl.sh script” by Mr. Dirk Wetter (as available on Github) as backend. The application is supposed to be hosted on IIS and on the web-page there…
PeaBee
  • 3
  • 4
0
votes
1 answer

Terminating a Python process based on the subprocess module once the process is finished

Overview: I am trying to develop a web-based SSL Scanner where as backend I am executing the testssl.sh script in the ubuntu distro by means of python code using the subprocess module. Doubt: The python code that I have written (as mentioned below)…
PeaBee
  • 3
  • 4
0
votes
0 answers

testssl.sh Fatal error No IPv4/IPv6 address(es) available

I'm trying to test SSL/TLS implemented in my server. I'm using testssl.sh for this. Since I'm using Windows 10, I'm running it over Cygwin. However, when I try it like so: ./testssl.sh https://www.google.com I get the following error Fatal error:…
Temp O'rary
  • 5,366
  • 13
  • 49
  • 109