Initial commit

This commit is contained in:
nemunaire 2015-02-01 21:03:21 +01:00 committed by nemunaire
commit 3118fd1125
3 changed files with 22 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
__pycache__/
*.py[cod]
*.egg-info/
*.egg

18
README.md Normal file
View File

@ -0,0 +1,18 @@
eyespot
=======
This project gives you the ability to perform a 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

0
eyespot/__init__.py Normal file
View File