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
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
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@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@microlinux.fr Tél. : 04 66 63 10 32 _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Le 24/07/2017 à 02:14, Phil Manuel a écrit :
I gave up with the repo method and ended up building it from source. It worked out a lot easier.
I dug into it, and it works fine now (except PDF report generation, but I don't really need that). I wrote a detailed blog article about it.
https://blog.microlinux.fr/openvas-centos-epel/
Cheers,
Niki