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

how to load request[]

lpc | Last updated: Jan 10, 2022 03:20AM UTC

mycode: byte[] request = callbacks.getHelpers().stringToBytes(Config.CSRF_REQUEST); IRequestInfo requestInfo = callbacks.getHelpers().analyzeRequest(request); List<String> header_list = requestInfo.getHeaders(); CSRF_REQUEST is copy from burpsuite but header_list only one row why? how to load request from file or properties?

Hannah, PortSwigger Agent | Last updated: Jan 10, 2022 11:33AM UTC

Hi Could you provide us with some more information on what you're trying to do? If needed, you can drop us an email at support@portswigger.net. Have you tried looking at the code for some existing extensions? All BApp Store extension source code can be found on our GitHub here: https://github.com/PortSwigger

AssistantX | Last updated: Jan 12, 2022 01:47AM UTC