Initial commit
This commit is contained in:
commit
3118fd1125
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
*.egg
|
18
README.md
Normal file
18
README.md
Normal 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
0
eyespot/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user