Burp Suite User Forum
I would really appreciate if you could write some more documentation for the new API. I can't understand why this won't work. I get the following error message: java.lang.Exception: Extension class is not a recognized...
Hi, Turbo Intruder not work burp suite 2023.1 turbo intruder does not appear in extensions section even though I installed it with no problem. (Request -> right click -> extensions -> not seen turbo ıntruder)
Hello, Is there a Burpsuite API that could be used to manipulate (or just delete) a specific request/response in the proxy history tab? Appreciate your support
Hi, I'm writing a passive scanner by implementing the ScanCheck interface and calling Scanner.registerScanCheck(ScanCheck). I want to check a particular condition and return an audit issue if this condition is met,...
I can successfully access the BApp Store list and can even access the portswigger.net but somehow neither I am able to install any of the extensions nor I am able to update Burp through "Help" menu it will show/load new...
Hello, I've an idea to write a custom plugin to help my colleagues to delete some requests/responses that may include sensitive data that we usually don't need to push with the final burp file as an artifact at the end of...
Hello, I'm currently trying to draw various graphs (e.g., scatter plots) in my extension. The goal is to have graphs that look somewhat like the graphs from Burp Sequencer. As of now, I haven't found functionalities in...
Hello. I'd like to request all requests once more with JSON data. There are methods to intercept requests and responses, but there seems to be no methods to build new requests. Also, I made an issue on GitHub. Can I check...
Hi, I'm new to Burp, hoping someone can help me out. I'm trying to record the login to an internal http company website. This website requires domain credentials before displaying anything. Because of this Burp doesn't start...
I can't see the list price and the card number in the burp suite community edition how can I see this please explain me. I am trying in Flipkart website but not showing this price and card number also I want to change my...
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...
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...
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...
Hi, Does IscanIssue or any other class/method expose functionality to change the default issueDetail writeup for parent findings (findings with multiple instances). Use case: My extension searches for specific strings...
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...
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...
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....
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...
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...
Hi there! I'm currently working on a Burp extension that uses the Montoya API. I need to send multiple HTTP requests to the Burp Repeater, and it would be great if I could create a new tab group using the Montoya API....
Page 1 of 38
Your source for help and advice on all things Burp-related.