Dağıt: 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.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add MustafaKemal0146/fetih --skill implementing-vulnerability-management-with-greenbone --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Implementing Vulnerability Management With Greenbone?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mustafakemal0146-implementing-vulnerability-management-with-greenbo)More formats (shields.io, HTML) on the badges page.
---
name: implementing-vulnerability-management-with-greenbone
description: Dağıt: 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.
tags:
- vulnerability-scanning
- greenbone
- openvas
- fetih
- python-gvm
- cybersecurity
- compliance
- vulnerability-management
- siber-güvenlik
- gmp
triggers:
- api
- greenbone
- implementing
- management
- network
- password
- vulnerability
category: vulnerability-management
source_subdomain: vulnerability-management
nist_csf:
- ID.RA-01
- ID.RA-02
- ID.IM-02
- ID.RA-06
adapted_for: fetih
---
# Implementing Vulnerability Management with Greenbone
## Genel Bakış
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. bu 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 Bul:ings.
## Ne Zaman Kullanılır
- Dağıt:ing yaparken or configuring implementing vulnerability management with greenbone capabilities in your environment
- establishing yaparken: security controls aligned to compliance requirements
- building yaparken or improving security architecture for this domain
- conducting yaparken security assessments that require this implementation
## Ön Gereksinimler
- 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
## Adımlar
1. Install python-gvm: `pip install python-gvm`
2. Establish a GMP connection via `UnixSocketConnection` or `TLSConnection`
3. Authenticate with `gmp.authenticate(username, password)`
4. Şunu oluştur: target with `gmp.create_target(name, hosts=[...], port_list_id=...)`
5. Şunu oluştur: scan task with `gmp.create_task(name, config_id, target_id, scanner_id)`
6. Start the scan with `gmp.start_task(task_id)`
7. Monitor scan progress with `gmp.get_task(task_id)`
8. Retrieve results with `gmp.get_report(report_id, report_format_id=...)`
9. Parse the XML report for vulnerabilities, CVSS scores, and affected hosts
10. Şunu üret: JSON summary report with severity distribution and remediation priorities
## Expected Output
A JSON report containing total vulnerabilities found, severity breakdown (critical/high/medium/low), per-host Bul:ings with CVE references and CVSS scores, and scan metadata including duration and NVT feed version.
<!--
⚔ Bu skill FETIH AI Agent icin gelistirilmistir — https://github.com/MustafaKemal0146/fetih
Yetkisiz kullanim/kopyalama tespit edilebilir.
hash: cec3e2e1b267a8d1
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!