Posts

Showing posts with the label openvas7

How to install OpenVAS 7 in Ubuntu

OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. This is a guide for installing OpenVAS in Ubuntu.  STEP 1: First we need to prepare our system for installation of OpenVAS. Open a terminal and type the following command: sudo apt-get install build-essential bison flex cmake pkg-config libglib2.0-0 libglib2.0-dev libgnutls26 libgnutls-dev libpcap0.8 libpcap0.8-dev libgpgme11 libgpgme11-dev doxygen libuuid1 uuid-dev sqlfairy xmltoman libsqlite3-0 libsqlite3-dev libxml2-dev libxslt1.1 libxslt1-dev xsltproc libmicrohttpd-dev libldap-2.4-2 libldap2-dev STEP 2: Now we need to download the OpenVAS source packages from the OpenVAS website. You can download it from the the website or you can use the terminal to download the files using the following commands:   mkdir openvas-src cd openvas-src/ wget http://wald.intevation.org/frs/download.php/1638/openvas-libraries-7.0...