From 3118fd112587dacd20957446bb9b9b1d3c909021 Mon Sep 17 00:00:00 2001 From: Nemunaire Date: Sun, 1 Feb 2015 21:03:21 +0100 Subject: [PATCH] Initial commit --- .gitignore | 4 ++++ README.md | 18 ++++++++++++++++++ eyespot/__init__.py | 0 3 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 eyespot/__init__.py 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