-
Getting Started: Scanning badssl.com With DeepViolet TLS Workbench
DeepViolet TLS Workbench is a free, open-source Java tool that performs deep TLS/SSL analysis of any server. In this walkthrough we will download the CLI scanner from GitHub, point it at badssl.com, and break down what the results tell us about the server’s security posture. What Is badssl.com? badssl.com is a well-known test site maintained [More…]
-
ZAP – Introducing DeepViolet
Article I wrote on the ZAP team’s integration of DeepViolet API.ZAP – Introducing DeepViolet [More…]
-
Building A Java TLS/SSL Scanner With DeepViolet API
DeepViolet is a Java API that lets you programmatically scan and analyze TLS/SSL connections. Instead of relying on external tools like openssl or online scanners, you can embed certificate analysis, cipher enumeration, risk scoring, and more directly into your own Java applications. In this post we will clone the project, build it, write a small [More…]