Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

OpenVAS Libraries

This site is no longer maintained and kept for archiving purposes.

OpenVAS Libraries

The OpenVAS Server is the core application of the OpenVAS project. It is a scanner that runs many network vulnerability tests against many target hosts and delivers the results. It uses a communication protocol to have client tools (graphical end-user or batched) connect to it, configure and execute a scan and finally receive the results for reporting. Tests are implemented in the form of plugins which need to be updated to cover recently identified security issues.

The server consists of 4 modules: openvas-libraries, openvas-libnasl, openvas-server and openvas-plugins. All need to be installed for a fully functional server.

OpenVAS-Server is a forked development of Nessus 2.2. The fork happened because the major development (Nessus 3) changed to a proprietary license model and the development of Nessus 2.2.x is practically closed for third party contributors. OpenVAS continues as Free Software under the GNU General Public License with a transparent and open development style.

 Related to:
GnuPG Made Easy 1.1.8
GnuTLS
libpcap
wmi client


Site: http://www.openvas.org/
Source URL: files/Libraries/OpenVAS Libraries/openvas-libraries-5.0.0.tar.gz
Category: Libraries
Hits: 2200
Rating: 10
Added: 2009-07-22 13:58:41
Updated: 2012-04-07 15:37:35
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
11
Ubuntu    install.sh
10.10
11.04

Comments:

When you get the error:
/usr/local/sbin/openvassd: error while loading shared libraries: libopenvas_misc.so.4: cannot open shared object file: No such file or directory
You need to configure the openvas libraries with the following option:
cmake -DCMAKE_INSTALL_PREFIX=/usr .
So the scanner will find the libraries

by marc at 2011-04-03 15:38:14

To compile openvas-libraries with WMI support, please follow the steps described below. Our hope is that this code will ultimately make it into Samba itself; until then, some additional work is necessary but should be straightforward if you follow this guide.

1) Download the source tarball for wmi-1.3.14 You can download download the tarball from a number of places, including

http://www.hacktoolrepository.com/tool/175/wmi%20client

Untar the source tarball with the following command:
$ tar xjvf wmi-1.3.14.tar.bz2

2) Apply the patch
To enable the WMI integration in OpenVAS, a patch needs to be applied to the source you just downloaded. You can download the patch from the following location:

http://www.hacktoolrepository.com/tool/176/wmi%20patch

Copy the patch to the wmi-1.3.14 directory you just created and apply the patch with the following command:

$ patch -p1 < openvas-wmi-1.3.14.patch

3) Compile the source
In the wmi-1.3.14 directory, execute the following commands:

$ cd Samba/source
$ ./autogen.sh
$ ./configure
$ make proto all
$ make libraries

by marc at 2011-05-19 19:12:41

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2012 Olderchurch Security Consultancy