1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libnasl
Section: libs
Priority: optional
Maintainer: Josip Rodin <joy-packages@debian.org>
Uploaders: Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
Build-Depends: debhelper (>= 2), libgmp3-dev, libz-dev, libnessus-dev (>= 2.2.3), tetex-bin, tetex-extra, libssl-dev, tex4ht, bison
Standards-Version: 3.5.10
Package: libnasl2
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libnasl0, libnasl1
Description: Nessus Attack Scripting Language, shared library
The Nessus Security Scanner is a security auditing tool. It makes
possible to test security modules in an attempt to find vulnerable
spots that should be fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
nessusd, is in charge of the attacks, whereas the client, nessus,
provides the user a nice X11/GTK+ interface.
.
This package contains the Nessus Attack Scripting Language shared
libraries.
Package: libnasl-dev
Section: libdevel
Architecture: any
Depends: libnasl2 (= ${Source-Version}), libc6-dev | libc-dev
Conflicts: libnasl0-dev, libnasl1-dev
Description: Nessus Attack Scripting Language, static library and headers
The Nessus Security Scanner is a security auditing tool. It makes
possible to test security modules in an attempt to find vulnerable
spots that should be fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
nessusd, is in charge of the attacks, whereas the client, nessus,
provides the user a nice X11/GTK+ interface.
.
This package contains the Nessus Attack Scripting Language executable,
headers, static library, and nasl-config script.
|