commit 3118fd112587dacd20957446bb9b9b1d3c909021 Author: Nemunaire Date: Sun Feb 1 21:03:21 2015 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5cf7450 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.py[cod] +*.egg-info/ +*.egg diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa3d84c --- /dev/null +++ b/README.md @@ -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 diff --git a/eyespot/__init__.py b/eyespot/__init__.py new file mode 100644 index 0000000..e69de29