{"id":21038385,"url":"https://github.com/dudacgf/ovr_convert","last_synced_at":"2026-01-24T20:19:27.310Z","repository":{"id":155319772,"uuid":"432200455","full_name":"dudacgf/ovr_convert","owner":"dudacgf","description":"Openvas XML Report Converter is a flask-based microweb page that helps using openvasreporting to convert xml reports exported from Greenbone Security Assistant into  xlsx workbooks, docx documents or csv files.","archived":false,"fork":false,"pushed_at":"2024-11-08T03:38:49.000Z","size":430,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T15:49:39.209Z","etag":null,"topics":["bootstrap-flask","dropzone","flask","flask-session","openvasreporting"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dudacgf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-26T14:09:19.000Z","updated_at":"2024-06-21T14:30:25.000Z","dependencies_parsed_at":"2023-11-30T11:26:50.138Z","dependency_job_id":"ccba5e05-9f32-4f74-8749-a2d62f0fd3fd","html_url":"https://github.com/dudacgf/ovr_convert","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dudacgf/ovr_convert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudacgf%2Fovr_convert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudacgf%2Fovr_convert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudacgf%2Fovr_convert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudacgf%2Fovr_convert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dudacgf","download_url":"https://codeload.github.com/dudacgf/ovr_convert/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudacgf%2Fovr_convert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28736503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap-flask","dropzone","flask","flask-session","openvasreporting"],"created_at":"2024-11-19T13:31:50.835Z","updated_at":"2026-01-24T20:19:27.294Z","avatar_url":"https://github.com/dudacgf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVAS XML Report Converter:\n\n[![CodeQL](https://github.com/dudacgf/ovr-converter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dudacgf/ovr-converter/actions/workflows/codeql-analysis.yml)\n[![GitHub version](https://badge.fury.io/gh/dudacgf%2Fovrgen.svg)](https://badge.fury.io/gh/dudacgf%2Fovrgen)\n[![License](https://img.shields.io/github/license/dudacgf/ovrgen.svg)](https://github.com/dudacgf/ovrgen/blob/master/LICENSE)\n\n\u003c!--- I'll look what these all mean later. just pasted from @thegroundzero/openvasreporting (tks)\n\n[![Docs](https://readthedocs.org/projects/openvas-reporting/badge/?version=latest\u0026style=flat)](https://openvas-reporting.sequr.be)\n[![Known Vulnerabilities](https://snyk.io/test/github/dudacgf/ovrgen/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/dudacgf/ovrgen?targetFile=requirements.txt)\n[![codecov](https://codecov.io/gh/dudacgf/ovrgen/branch/master/graph/badge.svg)](https://codecov.io/gh/dudacgf/ovrgen)\n[![Requirements Status](https://requires.io/github/dudacgf/ovrgen/requirements.svg?branch=master)](https://requires.io/github/dudacgf/ovrgen/requirements/?branch=master)\n--\u003e\n\nA Flask light webpage to help convert [OpenVAS](http://www.openvas.org/) XML into reports. Uses latest [OpenVAS Reporting](https://github.com/TheGroundZero/openvasreporting)\n\n![Page example screenshot](docs/images/ovrgen-clean.png?raw=true)\n\nConvert any OpenVAS XML Report into an Excel worksheet or a Word Document. You can specify filters like which networks are included (or excluded) in the report or which vulnerabilities or which CVES.\n\n## Requirements (maybe others. complete list on requirements.txt)\n\n - [Python](https://www.python.org/) version 3.9x\n - [Flask](https://flask.palletsprojects.com/en/2.0.x)\n - [Flask-Session](https://flask-session.readthedocs.io/en/latest/)\n - [PyYAML](https://pyyaml.org/wiki/PyYAML)\n - [netaddr](https://netaddr.readthedocs.io/en/latest/api.html)\n - [defusedxml](https://github.com/tiran/defusedxml)\n \n and, of course\n - [openvasreporting](https://openvas-reporting.sequr.be/en/latest/)\n\n## Installing and running\n\n    # Install Python3 and pip3\n    apt(-get) install python3 python3-pip # Debian, Ubuntu\n    yum -y install python3 python3-pip    # CentOS\n    dnf install python3 python3-pip       # Fedora\n    # Clone and Install openvareporting: \n    git clone https://github.com/TheGroundZero/openvasreporting.git\n    cd openvasreporting\n    pip3 install pip --upgrade\n    pip3 install build --upgrade\n    python -m build\n    pip3 install dist/OpenVAS_Reporting-X.x.x-py3-xxxx-xxx.whl\n\n    # Clone the repo (not bellow openvasreporting, please)\n    cd ..\n    git clone https://github.com/dudacgf/ovrgen.git\n    cd ovrgen\n    pip3 install -r requirements.txt\n    \n    # Run from localhost\n    FLASK_APP=ovrgen-site flask run\n\n\n*This package is not pip ready yet. Maybe never*\n\n## Usage\n\n    # Point your browser to http://localhost:5000 and have fun\n\n## Filters\n\nYou can create text files to filter in or out Networks, Regexes or CVEs from the converted report. Take a look at the [openvasreporting documentation](https://github.com/thegroundzero/openvasreporting) to find out how to use them.\n\nAfter you inserted filters and uploaded your .xml reports, the web page will look like this:\n\n![Page example screenshot](docs/images/ovrgen-filters-reports.png?raw=true)\n\n## Configuration Menu\n\nUse the menu *Configuration* to save the current configuration to a .yml file. It will include all options and filters already defined in the interface. You can also save the current configuration to a file or clear it.\n\nThe .yml file will have the following format: \n\n    format: xlsx\n    level: none\n    reporttype: vulnerability\n    cve:\n      excludes:\n      - CVE-2021-27102\n      - CVE-2021-27101\n      - CVE-2021-27103\n      - CVE-2021-21017\n      - CVE-2021-28550\n      - CVE-2018-4939\n      - CVE-2018-15961\n      - CVE-2018-4878\n    networks:\n      excludes:\n      - 192.168.20.234\n      - 192.168.20.236\n      - 192.168.20.237\n      - 192.168.20.238\n      - 192.168.20.239\n      - 192.168.168.120\n      includes:\n      - 192.168.20.0/24\n      - 192.168.24.100-192.168.24.199\n      - 192.168.21.4\n    regex:\n      excludes:\n      - defender\n      - firefox\n      - report.*default\n\n## Ideas\n\nSome of the ideas I still have for future functionality:\n\n - insert/remove lines of filters directly on the interface\n - make it run under apache or nginx \n - detect if running in the same server as Greenbone Security Assistant to offer convert report directly from gvm using [python-gvm](https://github.com/greenbone/python-gvm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudacgf%2Fovr_convert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdudacgf%2Fovr_convert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudacgf%2Fovr_convert/lists"}