A set of scripts designed to (quickly) build OpenVAS on Ubuntu 24.04.
sudo su
cd /tmp
git clone https://github.com/iachievedit/build_openvas
cd build_openvas
./install.sh
Some minutes later you should have an installation of OpenVAS ready to begin vulnerability scanning.
- These scripts are designed to run as
root. If that causes you heartburn and discomfort, please see the canonical instructions. - The default version of PostgreSQL supported in the source is 15, whereas Ubuntu 24.04 ships with 16. The
scripts patch
FindPostgreSQL.cmaketo enable version 16. - The systemd startup script included here listens on address
0.0.0.0instead of127.0.0.1. - Only
httpis supported in the scripts, though configuringhttpswith a provider such as Let's Encrypt should not be difficult.