Ok, after a step by step check, it looks like it's running.
I broke out some of the apt-get installs as I like to watch what's happening.

If anyone wants a debain install as a VMware virtual machine; here's the steps:

-----------------------------------------------------------------
Open-vas install on Debian 7.8 (wheezy)
VMWware Version - vsphere 5.5
VM hardware allocated:   2cores 8Gb Ram  100Gb disk


Install Debian 32Bit Version from Net Install CD
Install on single partition
Package  options
                                (*) ssh server
                                (*) standard system utilities

After boot on new install  Log in
Issue su   (upgrades account to admin, no longer need to issue 'sudo' command)
starting in /home/myuser

Initial stuff:
                apt-get update
                apt-get install open-vm-tools    //vmware memory & nic drivers
                apt-get install mc                            //Installing my 
editor of choice


Install Source prerequisites
                mkdir openvas
                cd openvas
                apt-get install build-essential cmake bison flex doxygen 
uuid-dev libpcap-dev python-gpgme
                apt-get install gnupg libgpg-error-dev libassuan-dev
                apt-get install libgpgme++ pkg-config libgnutls-dev 
libglib2.0-dev libgpgme11-dev
                apt-get install sqlfairy xmltoman libssh-dev libksba-dev 
libldap2-dev
                apt-get install xsltproc clang rsync rpm nsis alien sqlite3 
libsqlite3-dev
                apt-get install zlibc zlib1g zlib1g-dev libldap-dev 
libgnutls-dev
                apt-get install libmicrohttpd-dev libxml2-dev libxslt1-dev


make setup test script
                wget --no-check-certificate 
https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup -o 
openvas-check-setup
                chmod +x openvas-check-setup
                                (at this point can execute script  
'./openvas-check-setup' at any time during install process)

Install libraries
                wget 
http://wald.intevation.org/frs/download.php/1971/openvas-libraries-7.0.9.tar.gz
                tar -xvzf openvas-libriaries-7.0.9
                cd openvas-libraries-7.0.9
                mkdir build
                cd build
                cmake ..
                make
                make doc
                make install
                make rebuild_cache
                cd ../..

Install the scanner
                Wget 
http://wald.intevation.org/frs/download.php/1959/openvas-scanner-4.0.6.tar.gz
                tar -xzvf openvas-scanner-4.0.6.tar.gz
                cd openvas-scanner-4.0.6
                mkdir build
                cmake ..
                make
                make doc
                make install
                make rebuild-cache


Install the manager
                wget 
http://wald.intevation.org/frs/download.php/1963/openvas-manager-5.0.9.tar.gz
                tar -xzvf openvas-manger-5.0.9.tar.gz
                cd openvas-manager-5.0.9
                mkdir build
                cd build
                cmake ..
                make
                make doc
                make install
                make rebuild-cache


Install greenbone security asst
                wget 
http://wald.intevation.org/frs/download.php/1967/greenbone-security-assistant-5.0.6.tar.gz
                tar -xzvf greenbone-security-assistant-5.0.6.tar.gz
                cd greenbone-security-assistant-5.0.6
                mkdir build
                cd build
                cmake ..
                make
                make doc
                make install
                make rebuild-cache
                cd ../..


install command line interface
                wget 
http://wald.intevation.org/frs/download.php/1803/openvas-cli-1.3.1.tar.gz
                tar -zvxf openvas-cli-1.3.1.tar.gz
                cd openvas-cli-1.3.1
                mkdir build
                cd build
                cmake ..
                make
                make doc
                make install
                make rebuild-cache
                cd ../..

clean up/config
                ldconfig                                               // 
update lib
                openvas-mkcert                               // gen certs
                openvas-nvt-sync                            // update feed
                openvas-scapdata-sync                // update feed-takes a 
while
                openvas-certdata-sync                 // cert feed
                openvas-mkcert-client -n -i
                openvassd                                          // start 
server
                openvasmd  --rebuild
                openvasmd --create-user=admin --role=Admin && openvasmd 
--user=admin --new-password=<password>
                gasad

login to https://<ipaddress<https://%3cipaddress>:>

follow up note:  OS + install consumed (c) 4.9 G  of drive space.


_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to