packetfocus / BurpParser

Parser to convert BURP Pro .XML to .CSV and build a Word .Docx Template
13 stars 4 forks source link

Burp default encoding file format - ISO8859-1 #21

Open BitsnByte opened 1 year ago

BitsnByte commented 1 year ago

Noticed on my latest Burp, when generating xml report the encoding defaults to ISO8859-1. I had to convert that to UTF-8 before providing it as an input otherwise you error out with an encoding message error. I want to confirm if this is just me or does Burp change the encoding format. If so, should there be an option to provide an encoding option?