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.
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
View the original article here
This post was made using the Auto Blogging Software from WebMagnates.org This line will not appear when posts are made after activating the software to full version.
Hiç yorum yok:
Yorum Gönder