Update README.md

This commit is contained in:
Michael Clemens 2018-03-16 10:32:21 +01:00 committed by GitHub
parent 05b80e4bee
commit b87af7f0aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,11 @@
This python script is intended to be used to automatically generate use case / correlation rule documentation in Markdown format for the McAfee Enterprise Sceurity Manager (ESM). It accepts a XML file that has been exported from the correlation rule editor of the ESM, converts its contents to Markdown format and writes it into a new file. If you need any other format, you might want to use pandoc to convert to e.g. pdf, docx or HTML.
## Requirements
This tool requires lxml (https://github.com/lxml/lxml)
Under Debian you can install it with "sudo apt-get install python3-lxml"
## Usage
```