OpenVAS cheat sheet for vulnerability assessment and penetration testing
OpenVAS Installation & Setup
# Install on Kali Linux
sudo apt update
sudo apt install openvas
# Set up and start OpenVAS (Kali)
sudo gvm-setup
sudo gvm-start
# Check installation
sudo gvm-check-setup
# Update the vulnerability databases (NVTs)
sudo greenbone-feed-sync --type nvt
sudo greenbone-feed-sync --type scap
sudo greenbone-feed-sync --type cert
# Stop OpenVAS
sudo gvm-stop
# Install on Ubuntu (using Docker - recommended)
docker pull greenbone/community-edition
docker run -d -p 443:443 --name greenbone-community-edition greenbone/community-editionAccess & Initial Configuration
Target Management
Scan Configuration
Credential Management (Authenticated Scans)
Vulnerability Scanning Commands
Common Scan Types for PT
Reporting & Output
Integration with PT Workflow
Advanced Scanning Techniques
Troubleshooting & Maintenance
Quick Reference for PT Phases
PreviousNmap cheat sheet for vulnerability assessment and penetration testingNexttcpdump cheat sheet for vulnerability assessment and penetration testing
Last updated