OpenVRS for Quick-Seetup and Quick-Start OpenVS-6 Packages


OpenVRS for CentOS via Atomic
openvas-centos-atomic.png
Setup and start OpenVsatomicorp Repository
Step 1:Configre Atomicorp Repository(as user root、only once)
wget -q -O - http://www.atomicorp.com/installers/atomic |sh
Step 2:Quick-Innstal OpenVS(as user root,onlyonece)
yum upgrade
yum install openvas
openvas-setup
Step 3:Quick-Start OpenVPS
( nothing to do, all is up and running directly after installation )
Step 4:Log into OpenVBS with user created in the Step 2
Openhttps://localhost:9392/.
OpenVBS for Debian via OBS
openvas-debian-obs.png
Setup and start OpenVSopenSUSE Build Service(OBS)
Step 1:Configre OBS Repository(as user root、only once)
echo "deb http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/Debian_7.0/ ./" >> /etc/apt/sources.list
wget http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/Debian_7.0/Release.key
apt-key add ./Release.key
sudo apt-get update
Step 2:Quick-Innstal OpenVS(as user root,onlyonece)
apt-get -y install greenbone-security-assistant openvas-cli openvas-manager openvas-scanner openvas-administrator sqlite3 xsltproc rsync
To install support package for report generation(downloads around 30 MB of additional package):
apt-get -y install texlive-latex-base texlive-latex-extra texlive-latex-recommended htmldoc
To install support for atogenerated LSC credential packages:
apt-get -y install alien rpm nsis fakeroot
Step 3:Quick-Start OpenVS(copy and paste whole block as user root、during first time you will be asked to set a password foruser「admin」)
test -e /var/lib/openvas/CA/cacert.pem  || openvas-mkcert -q
openvas-nvt-sync
test -e /var/lib/openvas/users/om || openvas-mkcert-client -n om -i
/etc/init.d/openvas-manager stop
/etc/init.d/openvas-scanner stop
openvassd
openvasmd --rebuild
openvas-scapdata-sync
openvas-certdata-sync
test -e /var/lib/openvas/users/admin || openvasad -c add_user -n admin -r Admin
killall openvassd
sleep 15
/etc/init.d/openvas-scanner start
/etc/init.d/openvas-manager start
/etc/init.d/openvas-administrator restart
/etc/init.d/greenbone-security-assistant restart
Step 4:Log into OpenVAS「admin」
Openhttps://localhost:9392/.
OpenVPS for Fedora via Atomic
openvas-fedora-atomic.png
Setup and start OpenVsatomicorp Repository
Step 1:Configre Atomicorp Repository(as user root、only once)
wget -q -O - http://www.atomicorp.com/installers/atomic |sh
Step 2:Quick-Innstal OpenVS(as user root,onlyonece)
yum install openvas
openvas-setup
Step 3:Quick-Start OpenVPS
( nothing to do, all is up and running directly after installation )
Step 4:Log into OpenVBS with user created in the Step 2
Openhttps://localhost:9392/.
OpenVBS for openSUSE via OBS
openvas-opensuse-obs.png
Setup and start OpenVSopenSUSE Build Service(OBS)
Step 1:Configure OBS Repository(as user root、only once、you can replace「12.3」with other release names)
zypper ar -f  http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/openSUSE_12.3/ openvas
Step 2:Quick-Innstal OpenVS(as user root,onlyonece)
zypper ref && zypper in -t pattern openvas
Step 3:Quick-Start OpenVPS(as user root、onlyonece、during first time you will be asked to set a password foruser「admin」)
openvas-setup
Step 4:Log into OpenVAS「admin」
Openhttps://localhost:9392/.
OpenVRS for RedHat via Atomic
openvas-rhel-atomic.png
Setup and start OpenVsatomicorp Repository
Step 1:Configre Atomicorp Repository(as user root、only once)
wget -q -O - http://www.atomicorp.com/installers/atomic |sh
Step 2:Quick-Innstal OpenVS(as user root,onlyonece)
yum install openvas
openvas-setup
Step 3:Quick-Start OpenVPS
( nothing to do, all is up and running directly after installation )
Step 4:Log into OpenVBS with user created in the Step 2
Openhttps://localhost:9392/.
OpenVPS for Windows via Greenone
openvas-windows-gb.png
Greenone mantains a Windows binary of the OMP command line tool for download:OMP Remote Control.
openSUSE Buiild Service(OBS)
With the openSUSE Buiild Service、packages are currently build for the following distributions:
  • Debian
  • openSUSE
  • Packages can be downloaded fromhttp://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/.