Skip to content

OctaOmega/Burp-XML-To-DOCX-Report-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burp XML 2 DOCX 2.0

Burp XML to Docx Report Generator (Converter)

Create MS Word reports from Burp XML file using Document (DOCX) Template.

Installation

Clone git repository:

git clone https://github.com/OctaOmega/Burp-XML-To-DOCX-Report-Generator.git

Download as Zip:

https://github.com/OctaOmega/Burp-XML-To-DOCX-Report-Generator/archive/refs/heads/main.zip

Windows

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.

Samples Report and XML file are in Sample Directory

reportgen.exe for Windows OS - GUI

Screen1

reportgen.py source - Linux / Windows (Running as python Script)

Make sure to install the dependencies.

pip install docxtpl
pip install socket
pip install HTMLParser
pip install bs4
pip install PySimpleGUI

Change file Permission:

chmod +x reportgen.py

Output

Finalreport_{malcode}.docx file based on template.docx

docx_report

log.txt (Log file)

Log-txt

Skipped.txt

Duplicate issues that are skipped from the report

Duplicate issues that are skipped from the report

About

Burp XML to Docx Report Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages