Burp Suite User Forum
For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.
after downloaded the last update it turns out that the grab match regex does not show a report that has a checkbox. quite frustrated with this condition is there any problem in java environment? i am using jdk 17.
Hi all, I would like to send the intruder many URLs that I have in txt file. I'm trying to do this with an extension (ex. reading the file and send every url to a new intruder tab). I was reading the docs and examples but...
Hi I hava used the callbacks.createTextEditor(), but the color of the words in the text editor are all black. I want to know whether highlights is supported in Extender?
Hey there! I've got two custom extensions. One does a host redirect, and the other adds a custom cookie. I am running into an interesting problem that maybe obvious but I am not sure why. On the host redirect...
I downloaded the extension but i am stuck on the "Binaries required in Path:" part 1. i went to the HTTP listeners tab of the extension 2. set the filter to the target text regex ????...
I want to get InsertPoint by IRequestResponse.I kown can get them in doActiveScan,but sometimes I want to detect a item only onece, so I want to get the result of insertPoint analyzed by Burp in doPassiveScan, is there some...
I signed up for a free trial of Burpsuite Pro. I handled all the steps and would receive a license key by email. I still have not received a license key until now and had been trying since yesterday (with other emails)?
MY CODE: def getUiComponent(self): from javax.swing import JPanel from java.awt import BorderLayout panel = JPanel(BorderLayout()) return panel Output: Traceback (most recent call last): File...
I am creating an extension using python to send additional attack signatures with burp extender's doactive scan and analyze XSS etc. I specified an arbitrary attack signature that I set as the insertion point, and it...
Hello! I would like to get the Burp Message Editor GUI element but without the surrounding elements (message format buttons, newline buttons at the top, search bar at the bottom, etc). Just the line numbers and text...
Hi, Could you please share the input on the below concern: 1) Does Burp Suite has the capability (or any extension) to scan & identify the Spring4Shell zero day vulnerability, if not by when we can expect an update for...
Hi, I'd like to ask a feature addition to the mentioned extension: [+] The possibility to modify the payload that is sent in the various headers, more specifically introducing an html tag like an <img...
I am not able to get the text after its modified. I am adding a text editor in JTabbedPane, so instead of request and response at the bottom of the logger table, I have a tab for request and test cases tab which is using a...
Hi, I am trying to build my first Python extension to BurpSuite. As a starter, I am focusing on getting basic request data from the repeater tab. For some reason, I cannot seem to access the URL from the current request,...
I am not able to get the text after its modified. I am adding a text editor in JTabbedPane, so instead of request and response at the bottom of the logger table, I have a tab for request and test cases tab which is using a...
I am getting this error while trying to load Jython file from my device. java.lang.ClassNotFoundException: burp.BurpExtender at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476) at...
Every time I try to download Burp Suite Professional, it does not download. It remains in the downloading loop without actually downloading the app for hours. The community version downloads and the license for the...
I am creating an extension and found some similar functionalities in other Extention as well but only in java not for Jython. I am creating a table with the custom model which changes the views based on the row selected to...
I am creating an extension that has table with http data like url, parameters, http method etc. I want to get the http request for the row select in the table. Similar to proxy history tab that change request and...
Hi, I'm writing a java extension to encrypt the body of the request, the idea is that the encryption is done only after I make some modification to the request. For example, I let the proxy with "Intercept on", I modify...
Page 21 of 51
Your source for help and advice on all things Burp-related.