I run on 14.04 and installed 8 from source. *Do not try 16.04, there is an SSL 
library conflict which I couldn't resolve .. 14.04 works just fine for the 
coming time anyway.
Just do this basically:


*         Download necessary packages

apt-get install htop build-essential libksba8 cmake libsnmp-dev pkg-config 
bison flex libgpgme11 libgpgme11-dev libssh-dev libhiredis-dev libgnutls-dev 
libglib2.0-dev uuid-dev libpcap-dev libgcrypt11-dev doxygen libksba-dev 
libsqlite3-dev sqlite3 redis-server xsltproc libmicrohttpd-dev libxml2-dev 
libxslt1-dev gettext postfix open-vm-tools ntp smbclient wapiti


*         Download sources from http://openvas.org/install-source.html such as 
: (don't copy/paste, these are older versions)

wget 
http://wald.intevation.org/frs/download.php/2291/openvas-libraries-8.0.7.tar.gz
wget 
http://wald.intevation.org/frs/download.php/2266/openvas-scanner-5.0.5.tar.gz
wget 
http://wald.intevation.org/frs/download.php/2295/openvas-manager-6.0.8.tar.gz

*For master node or stand-alone node only:
wget 
http://wald.intevation.org/frs/download.php/2299/greenbone-security-assistant-6.0.10.tar.gz
wget http://wald.intevation.org/frs/download.php/2332/openvas-cli-1.4.4.tar.gz

tar -zxvf openvas-libraries-8.0.7.tar.gz
tar -zxvf openvas-scanner-5.0.5.tar.gz
tar -zxvf openvas-manager-6.0.8.tar.gz

*For master node or stand-alone node only:
tar -zxvf greenbone-security-assistant-6.0.10.tar.gz
tar -zxvf openvas-cli-1.4.4.tar.gz


*         Run this:

export PKG_CONFIG_PATH=/opt/openvas/lib/pkgconfig:$PKG_CONFIG_PATH


*         For every package run these commands:

cd openvas-libraries-8.0.7/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/openvas ..
make
make install


*         create: /etc/ld.so.conf.d/openvas.conf
# OpenVAS
/opt/openvas/lib


*         Run: ldconfig -v

*         Add to /root/.profile
export PATH=$PATH:/opt/openvas/sbin:/opt/openvas/bin


*         Create certificates with: openvas-mkcert

*         Edit /etc/redis/redis.conf and set "Port 0" and:

unixsocket /tmp/redis.sock

unixsocketperm 755



*         openvas-nvt-sync

*         openvas-mkcert-client -n -i

*         openvassd

*         openvasmd -rebuild

*         openvasmd --create-user=<name> --role=Admin && openvasmd 
--user=<name> --new-password=<password>

*         openvas-scapdata-sync

*         openvas-certdata-sync

*         For PDF export support: apt-get install texlive-latex-extra 
--no-install-recommends

*         Nmap 5.51:



wget https://nmap.org/dist/nmap-5.51.tgz

tar -xvf nmap-5.51.tgz

cd nmap-5.51

./configure

make

make install

And run gsad to start the web gui. If you run in to any problems or have 
questions.. let me know.
I use these steps to deploy a master and several slave hosts without any issues.


Thijs Stuurman
Security Operations Center
PGP Key-ID: 0x16ADC048
Fingerprint: 2EDB 9B42 D6E8 7D4B 6E02 8BE5 6D46 8007 16AD C048

Internedservices - a KPN Company
Wielingenstraat 8 | 1441 ZR Purmerend | The Netherlands
T: +31(0)299476185 | M: +31(0)624366778
W: https://www.internedservices.nl<https://www.internedservices.nl/> | L: 
http://nl.linkedin.com/in/thijsstuurman

Van: Openvas-discuss [mailto:[email protected]] 
Namens Katakam Ravi
Verzonden: Wednesday, November 16, 2016 3:51 PM
Aan: [email protected]
Onderwerp: [Openvas-discuss] Need Help to install openvas on ubuntu 14.04.

Hi All,

Need steps to install openVAS 8/ 9  on ubuntu 14.04.

please provide the PPA, where i could get the packages.
With below one i am unable to do it, is there any one ?

sudo add-apt-repository ppa:mrazavi/openvas


Thanks & Regards,
Ravi.

=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to