LB Technology Services, Inc. logo

Sussen Security Scanner

Sussen is a tool that checks for vulnerabilities and configuration issues on computer systems. It is based on the Open Vulnerability and Assessment Language.

How it works

The Sussen project is comprised of three main components:

  • Interpreter - This library can analyze a system using OVAL definition files. It comes with documentation and a test suite. All the other components depend on it. This can also be used by application developers who wish to add this kind of functionality to their applications.
  • Applet - A GNOME-based applet for your desktop. Allows users to easily scan their systems for vulnerabilities.
  • Agent - A command line program for scanning a system

sussen

Running Sussen

The latest release of Sussen is 0.90 which was released on July 16, 2007. Sussen is licensed under the terms of the GNU General Public License (GPL).

Hacking

Sussen is written in C# using Mono and Gtk#

ChangeLog

Click here to view changelog.

Download

Name Description MD5
sussen-0.90.tar.gz Source Code 5df7c3720a486678a763c8f67d6074a1
sussen_0.90-1_i386.deb Ubuntu 6.06 Package c38c49996924b02697120dbd12a2ba6b
sussen_0.90-feisty-1_i386.deb Ubuntu 7.04 Package a9f70f3bd18e26a9e4a1c5f965b5067e
sussen-0.90-1.i386.rpm Fedora 7 Package fc8255f19bae730cd8ba4da7e92a466b
sussen-0.90.msi Windows Installer Package 79c38863bf3151e03f66a597f0dc7d32
Gentoo Ebuild n/a n/a

Installation

$ tar zxvf sussen-x.y.z.tar.gz
$ cd sussen-x.y.z
$ ./configure
$ make
$ make install