Burp Suite User Forum
For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.
Hello,I want create http request/response dialog by callbacks.createMessageEditor, But I not found "send " button in dialog like repeator tab, How solved it?
Hi, I'm trying to create a new python extension but i'm guessing Jython cannot find the burp libs so i'm getting the following error: ImportError: cannot import name IBurpExtender While the extension code for this...
Hi, When I attempt to save a copy of a project with the extension data I get this error: Unable to save project data to the file /{FILEPATH}.burp: Cannot invoke "java.lang. Long longValue" because the return value of...
Attention please: Requires later version of burp. I have upgrade version of Burp 2023.1.1 with Jython 2.7.3
I am not able to save my project file and i got an error. Error : Failed to save project. Failed to create new project file: burp.Zgyw:...
Hi, I was wondering if you could change the Montoya API enum classes. The biggest problem is that Java does not support inheritance for Enums. Therefore, the entire API relies on something that is final and can't be...
When I add a JMenuItem to the context menu without an action the text displays properly ("Do action"). But when I set an action (menuItem.setAction(action)), the text is empty. Note that the action properly defines its NAME,...
hi sir , downalod jython file from this site : https://www.jython.org/download.html (jython-standalone-2.7.3 )and didn't work also download jython file (jython-standalone-2.7.0.jar) but did't Work this is...
Can I register more than 1 of each type of handler per extension? If I use a handler in 1 place, can I register a separate one somewhere else and it will also receive the data? Can I register 2 separate concurrent...
Hello: I'm developing my extender and I want to start a audit or crawler task by extender by montoya api.I notice that there some api like burp.api.montoya.scanner.Scanner#startAudit, and I can use it creat a new audit.But...
I'm writing a plugin that accepts plugins. They are properly isolated spaces and I can launch extensions to my extension and shut them down (yes, that was difficult, I made some custom class loaders and a new shutdown...
I tried to create a BCheck rule. To validate Java vulnerability, I must parse the payload on JSON fields on the POST Method request. Instead of sending, and replacing the JSON value, I like to find a way to append my payload...
I am writing an extension that dynamically encrypts/decrypts all request/response payloads. In the Burp Logger, I am adding a custom tab to the HTTP Message Editor by implementing `IMessageEditorTab` interface. The custom...
Have been trying to load any lab in burp community edition but it just refuses to work. It loads for a good while and then tells me the site isnt available and that its taking too long before the lab site responds. Ive tried...
Hey, i'm trying to use the turbo intruder when i got this error message that i can't seem to get rid of. can someone please help? Error: User Python error, check extender for full details: Cannot create PyString with...
while I was trying solving Lab: Web shell upload via race condition I launched turbo intruder many times and it was working fine and suddenly there was a message said "Protocol error" I tried to reload burp and tried...
Hi, I want to create a highlight effect same as the one in the Audit Issues Response Editor. I am using userInterface.createHttpResponseEditor(READ_ONLY) to create the Response Editor. I've tried setting the response...
Hi, I'm writing a custom logger extension using Montoya API. I wonder if there is any way to call other extension using my own one? For example, sending the entry to Param Miner. How do I implement this Extensions...
Hi, I'm getting this error in Burp when using Persistence setStringList: java.lang.IllegalArgumentException: Capacity overflow: -2147483648 at burp.Zbj5.Zdp(Unknown Source) at burp.Zbjy.ZQ(Unknown Source) at...
I am creating a Burp Suite Extension using Java for saving the request/response into a file. The scenario is: 1. Select a log from the [Proxy→HTTP History] 2.Right click, then go to the [Extensions] Menu and select...
Page 8 of 51
Your source for help and advice on all things Burp-related.