Hi, I'm currently experimenting with OpenVAS, the vulnerability scanner which was forked from Nessus. I'm reading through various HOWTOs and tutorials, and it seems like I'm stuck very early in my fiddling process. All the CentOS-based tutorials I've found mention a third-party Atomic repo, and here's how the installation usually begins. # wget -q -O - http://www.atomicorp.com/installers/atomic | sh Yet on my servers I have EPEL configured for my third-party needs, and OpenVAS already seems available through EPEL. # yum search openvas ... openvas-cli.x86_64 openvas-gsa.x86_64 openvas-libraries.x86_64 openvas-libraries-devel.x86_64 openvas-libraries-doc.x86_64 openvas-manager.x86_64 openvas-scanner.x86_64 The documentation I've found only mentions a single 'openvas' package, and I'm supposed to run 'openvas-setup' after installation. Now I tried to install the core packages found above, but there's no 'openvas-setup'. Any suggestions? Niki Kovacs -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
Le 18/07/2017 ? 17:42, Nicolas Kovacs a ?crit :> I'm reading through various HOWTOs and tutorials, and it seems like I'm > stuck very early in my fiddling process. > > All the CentOS-based tutorials I've found mention a third-party Atomic > repo, and here's how the installation usually begins.It looks like there's a significant amount of bad OpenVAS tutorials online, including one linked to by OpenVAS itself. The usual "you have to disable your firewall and disable SELinux" stuff. I'd be grateful for some solid and reliable information about OpenVAS. Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
I gave up with the repo method and ended up building it from source. It worked out a lot easier. On Wed, 19 Jul 2017 at 02:35 Nicolas Kovacs <info at microlinux.fr> wrote:> Le 18/07/2017 ? 17:42, Nicolas Kovacs a ?crit : > > I'm reading through various HOWTOs and tutorials, and it seems like I'm > > stuck very early in my fiddling process. > > > > All the CentOS-based tutorials I've found mention a third-party Atomic > > repo, and here's how the installation usually begins. > > It looks like there's a significant amount of bad OpenVAS tutorials > online, including one linked to by OpenVAS itself. The usual "you have > to disable your firewall and disable SELinux" stuff. > > I'd be grateful for some solid and reliable information about OpenVAS. > > Cheers, > > Niki > > -- > Microlinux - Solutions informatiques durables > 7, place de l'?glise - 30730 Montpezat > Web : http://www.microlinux.fr > Mail : info at microlinux.fr > T?l. : 04 66 63 10 32 > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >