This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP DeepViolet TLS/SSL Scanner"
Miltonsmith (talk | contribs) (Undo revision 218887 by Miltonsmith (talk)) |
Miltonsmith (talk | contribs) |
||
| Line 5: | Line 5: | ||
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | ||
| valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
| − | |||
| − | |||
| − | |||
| − | |||
==OWASP DeepViolet TSL/SSL Scanner Code Project== | ==OWASP DeepViolet TSL/SSL Scanner Code Project== | ||
| − | |||
| − | |||
DeepViolet is a TLS/SSL scanning library/tool written in Java. Use DeepViolet from the command line in your own *nix or Windows scripts. Alternatively, use the graphical user interface to scan HTTPS web servers from your desktop or include the DeepViolet API to include TLS/SSL scanning in your applications. Check server certificate trust chains, revocation status, check certificates for pending expiration, weak signing algorithms and more. | DeepViolet is a TLS/SSL scanning library/tool written in Java. Use DeepViolet from the command line in your own *nix or Windows scripts. Alternatively, use the graphical user interface to scan HTTPS web servers from your desktop or include the DeepViolet API to include TLS/SSL scanning in your applications. Check server certificate trust chains, revocation status, check certificates for pending expiration, weak signing algorithms and more. | ||
| − | + | ==Description== | |
Great free and commercial products exist in the TLS/SSL scanning space. The reason to build a new TLS/SSL scanning tool was, 1) learn more about TLS/SSL protocols, crypto, and trust management. In fact, learn everything there is to know about the brief moment a web browser connects to a secure web server, 2) develop a tool in Java. | Great free and commercial products exist in the TLS/SSL scanning space. The reason to build a new TLS/SSL scanning tool was, 1) learn more about TLS/SSL protocols, crypto, and trust management. In fact, learn everything there is to know about the brief moment a web browser connects to a secure web server, 2) develop a tool in Java. | ||
| − | + | '''Project requirements''': Java SE 8. Tested on OS X 10.11.5 El Capitan and | |
| − | + | Windows 10. GitHub includes Travis CI Build Badge to provide code compile confidence. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Licensing== | ==Licensing== | ||
| − | + | This library is free software: you can redistribute it and/or modify it under the terms of the [https://github.com/spoofzu/DeepViolet/blob/master/LICENSE Apache License, Version 2.0]. You can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| valign="top" style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" | | | valign="top" style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" | | ||
== Project Resources == | == Project Resources == | ||
| − | |||
| − | |||
| − | |||
| + | [https://github.com/spoofzu/DeepViolet Source Code] | ||
| − | https://github.com/spoofzu/DeepViolet | + | [https://github.com/spoofzu/DeepViolet/releases Release Binaries] |
| − | [https://github.com/ | + | [https://github.com/spoofzu/DeepViolet/issues Issue Tracker] |
| − | [https://github.com/SamanthaGroves | + | [https://github.com/SamanthaGroves Slide Presentation tbd] |
| − | [https://github.com/SamanthaGroves | + | [https://github.com/SamanthaGroves Video tbd] |
| − | + | == Project Leader(s) == | |
| − | [https:// | + | email:[[[email protected] |Milton Smith ]] |
| + | twitter:[https://twitter.com/spoofzu @spoofzu] | ||
| − | + | | valign="top" style="padding-left:25px;width:200px;" | | |
| − | |||
| − | |||
| − | |||
| − | = | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Related Projects == | == Related Projects == | ||
| − | + | tbd | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Classifications== | ==Classifications== | ||
| Line 95: | Line 59: | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
== News and Events == | == News and Events == | ||
| − | + | * [17 May 2016] Beta4 Release Candidate is available for download. See [https://github.com/spoofzu/DeepViolet/releases/tag/1.4.000 release notes] for detail. | |
| − | |||
| − | |||
| − | * [ | ||
| − | |||
| − | |||
|} | |} | ||
=FAQs= | =FAQs= | ||
| − | + | Following are various frequently asked questions. | |
| − | |||
| − | |||
| − | |||
==How can I participate in your project?== | ==How can I participate in your project?== | ||
| Line 122: | Line 75: | ||
= Acknowledgements = | = Acknowledgements = | ||
| + | tbd | ||
| + | |||
==Volunteers== | ==Volunteers== | ||
| − | + | tbd | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | = Road Map and Getting Involved = | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Roadmap== | ==Roadmap== | ||
| − | This | + | This project is already operational and includes a number of powerful features. Deliverables include, 1) binary to perform TLS/SSL scanning |
from command line, 2) binary to perform TLS/SSL scanning from desktop, 3) binary API | from command line, 2) binary to perform TLS/SSL scanning from desktop, 3) binary API | ||
| − | interfaces to include TLS/SSL scanning in other projects. Project includes basic | + | interfaces to include TLS/SSL scanning in other Java projects. Project includes basic |
| − | documentation. | + | documentation. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | Project requirements: Java SE 8. Tested on OS X 10.11.5 El Capitan and | ||
| + | Windows 10. GitHub includes Travis CI Build Badge to provide code compile confidence. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Getting Involved== | ==Getting Involved== | ||
| Line 189: | Line 107: | ||
Do you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help. | Do you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help. | ||
===Feedback=== | ===Feedback=== | ||
| − | Please | + | Please send your comments to the project leader(s) or post it as a [https://github.com/spoofzu/DeepViolet/issues project issue]. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=Project About= | =Project About= | ||
| − | + | tbd | |
| − | |||
| − | |||
| − | |||
| − | |||
{{:Projects/OWASP_Example_Project_About_Page}} | {{:Projects/OWASP_Example_Project_About_Page}} | ||
Revision as of 17:35, 14 July 2016
OWASP DeepViolet TSL/SSL Scanner Code ProjectDeepViolet is a TLS/SSL scanning library/tool written in Java. Use DeepViolet from the command line in your own *nix or Windows scripts. Alternatively, use the graphical user interface to scan HTTPS web servers from your desktop or include the DeepViolet API to include TLS/SSL scanning in your applications. Check server certificate trust chains, revocation status, check certificates for pending expiration, weak signing algorithms and more. DescriptionGreat free and commercial products exist in the TLS/SSL scanning space. The reason to build a new TLS/SSL scanning tool was, 1) learn more about TLS/SSL protocols, crypto, and trust management. In fact, learn everything there is to know about the brief moment a web browser connects to a secure web server, 2) develop a tool in Java. Project requirements: Java SE 8. Tested on OS X 10.11.5 El Capitan and Windows 10. GitHub includes Travis CI Build Badge to provide code compile confidence. LicensingThis library is free software: you can redistribute it and/or modify it under the terms of the Apache License, Version 2.0. You can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. |
Project ResourcesProject Leader(s)email:Milton Smith twitter:@spoofzu |
Related Projectstbd Classifications
News and Events
| |||||||
Following are various frequently asked questions.
How can I participate in your project?
All you have to do is make the Project Leader's aware of your available time to contribute to the project. It is also important to let the Leader's know how you would like to contribute and pitch in to help the project meet it's goals and milestones. There are many different ways you can contribute to an OWASP Project, but communication with the leads is key.
If I am not a programmer can I participate in your project?
Yes, you can certainly participate in the project if you are not a programmer or technical. The project needs different skills and expertise and different times during its development. Currently, we are looking for researchers, writers, graphic designers, and a project administrator.
tbd
Volunteers
tbd
Roadmap
This project is already operational and includes a number of powerful features. Deliverables include, 1) binary to perform TLS/SSL scanning from command line, 2) binary to perform TLS/SSL scanning from desktop, 3) binary API interfaces to include TLS/SSL scanning in other Java projects. Project includes basic documentation.
Project requirements: Java SE 8. Tested on OS X 10.11.5 El Capitan and Windows 10. GitHub includes Travis CI Build Badge to provide code compile confidence.
Getting Involved
Involvement in the development and promotion of Code Project Template is actively encouraged! You do not have to be a security expert or a programmer to contribute. Some of the ways you can help are as follows:
Coding
We could implement some of the later items on the roadmap sooner if someone wanted to help out with unit or automated regression tests
Localization
Are you fluent in another language? Can you help translate the text strings in the Code Project Template into that language?
Testing
Do you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help.
Feedback
Please send your comments to the project leader(s) or post it as a project issue.
tbd
| PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||||||||||||||||||||||||||||||


