Burp Suite User Forum
For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.
I'm trying to load the example ruby extension found here: https://portswigger.net/burp/extender/writing-your-first-burp-suite-extension ...and loading the extension seems to be failing because I can't identify the proper...
I want to conditionally add response headers, but having a hard time knowing if there are any apis to do this easily. I basically want to UNconditionally add some response headers and conditionally add a response header...
i get errors when i try to load python based extensions (i downloaded jython standalone and adressed in extension options) error is like this: java.lang.ExceptionInInitializerError at...
Hello, I faced with issue when installing Autowasp in Burp CE. The error is: java.lang.NullPointerException at autowasp.logger.TrafficLogic.<init>(TrafficLogic.java:69) at...
Can you tell me the steps how to test "Missing / insecure Content Security Policy" header via burpbounty? I have installed the free version of Burpbounty in my Burp professional. but I did not get any clue how to add the...
I was uploading downloaded Burp Suite license key but showing an error popup. Please help me how to upload Burp Suite license key.
I have installed this with a manual BApp install - the extension is showing as installed and active with no errors in the Error tab. I have also put the NBFS.exe in my Burp run folder as described here:...
I recently came across an application that obfuscates its request/response field names, I ended up finding the de-obfuscated names in the source and wanted to translate these names automatically to make testing easier. I...
Dear PortSwigger support, I was wondering whether it is possible to access the internal tree that the crawler maintains during a crawl. I'm referring to the state trees described in this blog post:...
Hello, I am building an extension that implements IMessageEditorTab and provides a component with multiple ITextEditors where users can save snapshots of the request. Within each snapshot they can click a button to...
/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home/bin/java -Xmx4G -Djava.awt.headless=true -classpath burpsuite_pro_v2021.2.1.jar burp.StartBurp --unpause-spider-and-scanner -c config.xml WARNING: An...
Hi Support It seems I have reached the activation limit for my Burp Suite Pro Licence therefore Please reset the limit so that I can continue using the Burp Suite. Also, I would like to the activation limit that we...
Hello, is there any way to disable pretty print on IMessageEditorTab through Burp Api?
I am using burpsuite pro v2020.6 i have installed "JSON Web Tokens" extension from bAppStore and it's installed successfully , but its not displaying in proxy and repeater tabs. but its displaying in tabs . what is...
Hi. I have an extension which allows you to change the colour and font of Repeater tabs, which I'm trying to refine at the moment. Changing the colours is fine, but when a tab is dragged to rearrange the order, or the title...
I am using Sample Burp Suite extension: custom logger as a base to create a plugin, but I noticed that I cannot add the marker functionality (which is used by scanner issues). IHttpRequestResponseWithMarkers...
Hi, I'm trying to create a python extension that retrieves the list of markers from the request that is currently on the Positions tab in Intruder. I know I need to use the getRequestMarkers() method at some point, but I...
Hi, HAs anyone figured out how to use the ActiveEvent extension for Burp, to send vulnerability data to splunk? Any advice would be highly helpful. I have followed the instructions on...
I used this code: if (resKeywords.size() > 0) { List<int[]> resp = new ArrayList<>(); for (byte[] msg : resKeywords) { List<int[]> matches = getMatches(response, msg); ...
I would like to save some Extension specific settings on Project Level. The only options I have seen are: saveConfigAsJson --> Not considered to save custom extension specific settings. saveExtensionSetting --> The...
Page 28 of 51
Your source for help and advice on all things Burp-related.