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

Bug: JWT Editor , Sign Dialog broke. Can't apply Key to edited JWT

steps to repro Environment Kali, latest Install latest JWT Editor (as of 12/21/2022 from the baapps store) Download LATEST Burp Pro Jar (12/21.2022) and configure to run it Java installed: Picked up _JAVA_OPTIONS:...

Last updated: Jan 17, 2023 07:56AM UTC | 3 Agent replies | 4 Community replies | Burp Extensions

Temporarily deregister and reregister a Registration?

Hi all, I'm developing an extension utilizing the new Montoya API. I'm registering an HTTP handler as is done in the API examples: Registration headerHandler = api.proxy().registerRequestHandler(new...

Last updated: Jan 16, 2023 11:40AM UTC | 2 Agent replies | 2 Community replies | Burp Extensions

Upload scanner " crashed while testing file upload functionality

When I am forwarding the file upload request and response to upload scanner , it get crashed and throws error " unable to generate automatic log report" I am able to forward request- response to upload scanner and start...

Last updated: Jan 16, 2023 06:43AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

HTTP Request Smuggler - vs - LAB: CL.0 request smuggling

Although I was able to solve the 'CL.0 request smuggling' lab, I have not been able to make the 'HTTP Request Smuggler' extension find the flaw (or its location) when performing the probes. - I have attempted to target the...

Last updated: Jan 15, 2023 10:57AM UTC | 0 Agent replies | 0 Community replies | Burp Extensions

Unknown object 'burp.tn5' causing AttributeError in consolidateDuplicateIssues method

An unknown object 'burp.tn5' is being passed into consolidateDuplicateIssues method which is causing the following exception to occur. I am unable to figure out the reasoning. I have provided snippets of code to assist...

Last updated: Jan 09, 2023 04:36PM UTC | 1 Agent replies | 2 Community replies | Burp Extensions

Set highlight and Set comment

When calling the Extender by selecting a request already obtained in Burp's http history, I want to reflect the Highlight and Comment set in the Extender to the selected request. Can I do that with setHighlight and...

Last updated: Jan 09, 2023 10:44AM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

How to resize the http request smuggler when you select 'Launch all scans'?

Does anyone encounter this issue? When I select 'Launch all scans' with 'http request smuggler' extension, then I am able to see the full windows. That means I can't even see the 'ok' button and have no way to click on it....

Last updated: Jan 05, 2023 07:25AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

IMessageEditorTab only for scope URL

I am trying to add a custom tab for requests using IMessageEditorTabFactory and IMessageEditorTab in python. I am trying to get details of the request and check if the URL is in scope or not and it shows a tab for the scope...

Last updated: Jan 04, 2023 04:05PM UTC | 3 Agent replies | 3 Community replies | Burp Extensions

WebSocket messages being truncated to 4096 bytes

Hello! I'm using websocket handlers in my extension, and all binary messages (passed to me as bytearrays) I receive are truncated to 4096 bytes. Obviously this breaks functionality in my extension when the server sends...

Last updated: Jan 04, 2023 03:03PM UTC | 2 Agent replies | 0 Community replies | Burp Extensions

HTTP Request Smuggler, invalid poc type

Hello, trying Burp Academy and catch the issue with above extension, by simply pushing Extensions > HTTP Request Smuggler > Smuggle probe and error message pane I can see: Establishing 1 connection to...

Last updated: Jan 03, 2023 04:45PM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

Burp Enterprise Extension Development Environment

Hello ! I would like to develop a custom BurpSuite Enterprise Extension in Java but I encounter some issues using my JAR file. It is successfully loaded in Burp but when fails to run when I launch a new scan using it. I...

Last updated: Jan 03, 2023 11:33AM UTC | 4 Agent replies | 3 Community replies | Burp Extensions

cannot load burp python extensions

java.lang.Exception: Failed to load Python interpreter from Jython JAR file at burp.c8o.<init>(Unknown Source) at burp.ba0.a(Unknown Source) at burp.ctj.lambda$panelLoaded$0(Unknown Source) at...

Last updated: Jan 02, 2023 10:21AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Match and Replace "user agent" to match Mobile phone is not working

Hello, i have burp pro and i want to scan (deep) a web https site that is working only on low Resolution like Mobile. In Proxy - Options - we have the feature Match and Replace, i choose (V) the default option of user...

Last updated: Dec 28, 2022 03:14PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Jython ImportError: cannot import name LineBorder

Hello, I'm working on a burp extension. I have this error when I try Burp Extension with LineBorder class. I'm using Jython 2.7.3 this is the error message. from java.awt import BorderLayout, Color,...

Last updated: Dec 28, 2022 02:45PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Exception after adding BouncyCastle libraries bcpkix into the project

Hi, I'm currently trying to do an extension based off the new Montoya API that help me sign request using a PKCS1 Key. However, Java does not support PKCS1 key out of the box and require the usage of BouncyCastle. After...

Last updated: Dec 27, 2022 06:13PM UTC | 2 Agent replies | 6 Community replies | Burp Extensions

Replace/Update Cookie

Hi, Is there any extension, which can be invoked using the session handling rule: "invoke a Burp Extension", which can replace or update any cookie value? Thanks, Arpit

Last updated: Dec 22, 2022 05:08PM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

Freezing application when using JWT Extension when trying to signing a key

Hi, I use JWT Edioter Key Extension, when I'm trying to sign a new symmetric key direct into request, the whole application freezing and no response. Any tips to fix this? My system: Windows 10 - 64bit

Last updated: Dec 22, 2022 02:19PM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

Create multiple HTTP requests from a single intercepted proxy request

Hello Team, I have my proxy listener on. I am trying to write a burp extension in python to loop over a list of payloads and replace the parameters in the body with the elements of the payloads list. I was not able to...

Last updated: Dec 21, 2022 11:45AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Context menu items for WebSocket messages

Hello! It is possible to use the API call `registerContextMenuItemsProvider​()` (in Montoya) in order to provide context menu options for issues, HTTP request and responses. However, I'm unable to find a way to do the...

Last updated: Dec 19, 2022 11:48AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

java.lang.Exception: Extension class is not a recognized type

java.lang.Exception: Extension class is not a recognized type at burp.ao0.M(Unknown Source) at burp.ao0.l(Unknown Source) at burp.wf8.t(Unknown Source) at burp.cci.o(Unknown Source) at...

Last updated: Dec 16, 2022 01:26PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Page 15 of 51

Burp Suite Support Center

Your source for help and advice on all things Burp-related.

Burp Suite Support Center image