Security audit tool
===================

About
-----

sectool is a security tool that can be used both as a security audit and
intrusion detection system. It consists of set of tests, library and
text/graphic tool. Tests are sorted into groups and security levels. Admins can
run selected tests, groups or whole security levels.

Homepage of the project is http://hosted.fedoraproject.org/sectool

How to run it out of the box
----------------------------

Both the command line and GUI version of the client can out of the box. To run
sectool, go to the src directory and execute sectool.py respectively
sectool-gui.py script.

Example 1: Run command line version of the sectool
 cd src
 ./sectool.py --config=../sectool.conf

Example 2: Run GUI version of the sectool

 cd src
 ./sectool-gui.py

