Burp Suite User Forum
For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.
I used this code: if (resKeywords.size() > 0) { List<int[]> resp = new ArrayList<>(); for (byte[] msg : resKeywords) { List<int[]> matches = getMatches(response, msg); ...
I used this code: if (resKeywords.size() > 0) { List<int[]> resp = new ArrayList<>(); for (byte[] msg : resKeywords) { List<int[]> matches = getMatches(response, msg); ...
Dear All, I'm running Burp Suite behind corporate proxy and can't fetch the plugins list, is there any url to be whitelisted in the proxy in order to get the extensions?
I want to mark many keyword in the response, example code: // helper method to search a response for occurrences of a literal match string // and return a list of start/end offsets //...
Dear all, Context: We have created a Burp extension heavily inspired from the VMWare Burp rest api extension (https://github.com/vmware/burp-rest-api). Basically the extension offers a few REST APis entry point in order...
Hi Team getting this error while installing extension java.lang.ClassNotFoundException: burp.BurpExtender at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:436) at...
------------------------------------------------------------------------ Traceback (most recent call last): File "<string>", line 1, in <module> OSError: (22, 'Invalid argument',...
Please tell me about extender. The following process did not work in IHttpListener.processHttpMessage (). With the same source code, the get request was successfully processed. Do you need a different Interface or method...
Decoding in inspector does not work fine: some strings are correctly decoded, other are not. There is no option for uploading pictures with details when reporting issues, so here is a link to a document with examples of...
Hey guys if i am using the burpsuite professional trial version must i pay for it ? and will it automatically cancel the licensed version ?
Can I use Turbo Intruder with community version? Thanks in advance
I am using Burp Suite Community Version v2020.12.1 Build 5278 The Jython standalone version is 2.7.2 OS: Windows 10, v 10.0.18363 Installed Autorize through the Extender > BApp Store panel. It downloads and installs the...
Hello, I noticed that extension "Request Minimizer" will not act on POST parameters, because of a faulty IF condition. I reported the bug to the author, but I doubt it will be patched anytime soon (the last update was 3...
My Python plugin prints output to "Extender" > "Extensions" > "Output" > "Show in UI". Each time I run my plugin, it appends data to this area. I'd like to clear out this area but uncertain of the correct way. I've...
It happens when I installed kali linux, I have change network proxy in firefox ESR but it doesn't work either. I am facing a lot of problem in web penetration. please help me out
My English is not good.I will try my best to describe my problem clearly. I create a maven project and put an executable file in the resource directory. I can use `XXX.class.getResource("/");` code obtains the file path in...
I playing this example of customscannercheck. Since passive scanning is disabled for burp community(free version), I just call self._callbacks.issueAlert("Hello alerts") in the doPassiveScan function to trigger an alert...
When I write the burpsuite extension, I want to know if the spider crawl is complete and whether there is a relevant api that can be called. Whether burpsuite should add more api
Hi, I had configured burp enterprise scanner for one of our application and provided recorded login sequence since the application will redirect to single sign on page and redirect to main application page once...
Hi, Some of my python extensions are not working on my windows but it's working on my Linux VM. Upload Scanner === ``` at org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:182) at...
Page 29 of 51
Your source for help and advice on all things Burp-related.