implementing-vulnerability-management-with-greenbone

Featured

Deploy and operate Greenbone/OpenVAS vulnerability management using the python-gvm library to create scan targets, execute vulnerability scans, and parse scan reports via GMP protocol.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Implementing Vulnerability Management with Greenbone ## Overview Greenbone Vulnerability Management (GVM) is the open-source framework behind OpenVAS, providing comprehensive vulnerability scanning with over 100,000 Network Vulnerability Tests (NVTs). The python-gvm library provides a Python API to interact with GVM through the Greenbone Management Protocol (GMP), enabling programmatic creation of scan targets, task management, scan execution, and report retrieval. This skill covers connecting to GVM via Unix socket or TLS, authenticating, creating scan configs and targets, launching scans, and parsing XML-based vulnerability reports to produce actionable findings. ## When to Use - When deploying or configuring implementing vulnerability management with greenbone capabilities in your environment - When establishing security controls aligned to compliance requirements - When building or improving security architecture for this domain - When conducting security assessments that require this implementation ## Prerequisites - Greenbone Community Edition or Greenbone Enterprise Appliance installed - Python 3.9+ with `python-gvm` (`pip install python-gvm`) - GMP access credentials (username/password) - Network connectivity to GVM daemon (Unix socket or TCP/TLS) - Understanding of CVSS scoring and vulnerability classification ## Steps 1. Install python-gvm: `pip install python-gvm` 2. Establish a GMP connection via `UnixSocketConnection` or `TLSConnection` 3. Authenticate...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category