A security testsuite for exposed SSL/TLS services
Go to file
nemunaire 0c9f38fe38 wip 2015-09-02 10:15:50 +02:00
cli Use an interface for making tests and reporting test results 2010-01-03 20:54:45 +01:00
testsuite wip 2015-09-02 10:15:50 +02:00
.gitignore Add basic command line interface 2015-07-16 16:30:24 +02:00
LICENSE Initial commit 2015-07-16 16:08:01 +02:00
README.md Initial commit 2015-07-16 16:08:01 +02:00
interfaces.go Use an interface for making tests and reporting test results 2010-01-03 20:54:45 +01:00

README.md

eyespot

This project gives you the ability to perform series of tests over given network services.

Its first goal it's to allow you to check the security of TLS/SSL layer, but it can be extended to many other tests.

Usage

TODO

Add new test-suite

TODO