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

IMessageEditorController.getRequest() and .getResponse() race condition(?) in Intruder

Nadeem | Last updated: Jun 30, 2015 06:32AM UTC

Hi again, I am experiencing a strange race bug(?) in the Intruder result output window. For some reason, when viewing an HTTP response in a custom IMessageEditorTab, the .getRequest() and .getResponse() methods return a non-null byte array only if a user clicks on one of the original tabs first and then switches back to the custom editor tab. If the user remains on the custom editor tab and arrows down to view each result, the .getRequest() and .getResponse() methods return null.

Burp User | Last updated: Jun 30, 2015 07:13AM UTC