Skip to content

Tool for introspection of SSL\TLS sessions

License

Notifications You must be signed in to change notification settings

vladidx/DeepViolet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Black Hat Arsenal Black Hat Arsenal

OWASP DeepViolet TLS/SSL API

OWASP Project Page | WIKI | Reference Tools

DeepViolet is a TLS/SSL scanning API written in Java. To keep DeepViolet easy to use, identify bugs, reference implementations have been developed that consume the API. If you want to see what DeepViolet can do, use it from the command line in your scripts or use the graphical tool from the comfort of your desktop. Both tools can be used to scan HTTPS web servers to check server certificate trust chains, revocation status, check certificates for pending expiration, weak signing algorithms and much more. Original blog article post describing this project, http://www.securitycurmudgeon.com/2014/07/ssltls-introspection.html

Benefits

Use X.509 certificate metadata in creative ways. Extend security tooling to include TLS analysis. See the project wiki

How do I include DeepViolet API in my projects?

DeepViolet is deployed in Maven Central repository. Include the following DeepViolet release dependency in your pom.xml,

<dependency>
  <groupId>com.github.spoofzu</groupId>
  <artifactId>DeepViolet</artifactId>
  <version>5.1.16</version>
</dependency>

Alternatively, include the latest development build which will someday become the next release build.

<dependency>
  <groupId>com.github.spoofzu</groupId>
  <artifactId>DeepViolet</artifactId>
  <version>5.1.17-SNAPSHOT</version>
</dependency>

More Information?

See the project wiki

This project leverages the works of other open source community projects and is provided for educational purposes. Use at your own risk. See LICENSE for further information.

Acknowledgements

This tool implements ideas, code, and takes inspiration from other projects and leaders like: Qualys SSL Labs and Ivan Ristić, OpenSSL, and Oracle's Java Security Team. Many thanks negotiating TLS/SSL handshakes and ciphersuite handling adapted from code examples by Thomas Pornin.

About

Tool for introspection of SSL\TLS sessions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.9%
  • CSS 5.8%
  • Shell 2.3%