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 MessageEditor element, but just the text area

xx | Last updated: Apr 08, 2022 01:32PM UTC

Hello! I would like to get the Burp Message Editor GUI element but without the surrounding elements (message format buttons, newline buttons at the top, search bar at the bottom, etc). Just the line numbers and text area. I like the monospace text area, text highlighting, and the line numbers - I have no need for any of the other extra functionality. I need the text area to display status messages to the user, and would like the text area to be visually coherent with the rest of Burp Suite. I attempted to traverse down the nested components using .getComponents(), but this is the furthest I got: https://koodirepo.ee/xx/ElasticBurp/src/branch/master/ElasticBurp/BurpExtender.py#L329 Unfortunately, this still includes the extra buttons.

Hannah, PortSwigger Agent | Last updated: Apr 08, 2022 03:12PM UTC