git clone https://github.com/OctaOmega/Burp-XML-To-DOCX-Report-Generator.git
https://github.com/OctaOmega/Burp-XML-To-DOCX-Report-Generator/archive/refs/heads/main.zip
run reportgen.exe from the Directory
Please do not remove or rename or replace any of the image files or template.docx - This will break the application.
Refer jinja2 for managing tags or docxtpl documentation here - https://docxtpl.readthedocs.io/en/latest/ for customizing template.docx
Final Report.docx, Log.txt & Skipped.txt will be generated in the specified Report Destination path.
pip install docxtpl
pip install socket
pip install HTMLParser
pip install bs4
pip install PySimpleGUI
chmod +x reportgen.py



