Repository files navigation Notes taken while learnining OpenVAS
NVT - Network Vunlerability Test. Scan Definitions
GVM - Greenbone Vunlerability Management
GSM - Greenbone Security Manager - Commercial Vulnerability Management
CPE - Common Platform Enumeration
Source Addtion - Open Source version of OpenVAS
Steps to install OpenVAS on Kali
Make sure you are up to date
sudo apt update -y
sudo apt upgrade -y
Install OpenVas
sudo apt install openvas
sudo gvm-setup
sudo gvm-feed-update
sudo systemctl start redis-server
sudo gvm-start
Troubleshooting/optional commands
sudo runuser -u _gvm -- greenbone-nvt-sync
sudo runuser -u _gvm -- openvas -u
sudo runuser -u _gvm -- greenbone-feed-sync --type GVMD_DATA
sudo runuser -u _gvm -- greenbone-feed-sync --type SCAP
sudo runuser -u _gvm -- greenbone-feed-sync --type CERT
Other sync commads
sudo runuser -u _gvm -- greenbone-nvt-sync
sudo runuser -u _gvm -- greenbone-certdata-sync
sudo runuser -u _gvm -- greenbone-scapdata-sync
Steps to make WebUI available to network from a Kali install
cd /lib/systemd/system
vi greenbone-security-assistant.service
Change 127.0.0.1 to 0.0.0.0
Change Admin password sudo gvmd --user=admin --new-password=PassWord12#$34
Steps to mak WebUI available to network from Greenbone Management Appliance
openvas-stop
cd /lib/systemd/system
sed -e 's/127.0.0.1/0.0.0.0/g' greenbone-security-assistant.service openvas-manager.service openvas-scanner.service -i
gsad --listen=0.0.0.0
openvas-start
sudo openvasmd start
Several ways to add targets.
Configuration -> Targets
Scans -> Tasks
CVE-2021 sort-reverse=created rows=20 first=1 - NTV Filter
CVE-2021-25275 - CVE - CVE Filter
Create a Custom Security Policy
Clone a current policy
Edit the newly cloned policy to match your organization policy
Online Admin Manual
Kali Documentation
Kali Blog
ICON Cheatsheet
PowerPoint Presentation
About
My notes for 1 hour OpenVAS class
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.