The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Burp Suite Enterprise HTML Report is Malformatted

Greg | Last updated: Mar 05, 2020 08:42PM UTC

Hello Burp Suite Team! Parsing Burp Enterprise reports fails because a closing tag is missing in the HTML. The incorrect tag is with tbodys. Instead of closing the tbody tag we see this: </tr> <tbody> # Missing /, notice how all other tags are properly closed. </table> </div> I believe it should be instead: </tr> </tbody> </table> </div> It would also be greatly appreciated if severity were included in the "More details" sections. When parsing scans, we have to remember the severity we see at the very top. Rather simply parsing inline when the finding is read.

Uthman, PortSwigger Agent | Last updated: Mar 06, 2020 10:58AM UTC