openVAS Reporting
Installation
Download from github repo: https://github.com/TheGroundZero/openvasreporting.
# Install Python3 and pip3 before.
# Clone git repository
git clone https://github.com/TheGroundZero/openvasreporting.git
# Install required python packages
cd openvasreporting
pip3 install pip --upgrade
pip3 install build --upgrade
python -m build
# Install module
pip3 install dist/OpenVAS_Reporting-X.x.x-py3-xxxx-xxx.whl
Alternative with pip3
# Install Python3 and pip3
apt(-get) install python3 python3-pip # Debian
# Install the package
pip3 install OpenVAS-Reporting