Skip to content

A collection of python tools to work with greenbone security scan XML exports.

License

Notifications You must be signed in to change notification settings

bwInfoSec/greenbone-xml-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greenbone-xml-tools

Here you will find a number of tools that deal with greenbone's XML scan reports.

Usage

To use this code you'll need to install the python packages listed in requirements.txt.

pip install -r requirements.txt

The usage of a venv is strongly recommended.

Content

  • greenbone_parser.py: A parser that extracts the useful information from a greenbone XML scan report. That result can be saved as JSON to further process the data. Usually the extracted JSON is minimum an order of magnitude smaller than the original XML which is also beneficial. Have a look into the codes __main__ for a usage example.

Licensing

This work is licensed under the EUPL 1.2.

Contribution

If you want to contribute feel free to do so by creating a pull request on github.

About

A collection of python tools to work with greenbone security scan XML exports.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages