Burp Suite User Forum
hi team in my computer i cant install all python extentions . These are my enviroments : Windows 10 Home 64 bit Burp 1.7.36 jython 2.7.2 Btw my java extensions is working fine. This is the error when i am...
Hi, Could i check if Burp Suite Web vulnerability scanner supports SAP plugins to identify SAP applications vulnerability?
I'm trying to run BURP with my extension with the Windows's Task Scheduler. When I'm logged in, the Task Scheduler is able to open BURP in headless mode and preload my python extension fine. The issue is when I'm not...
Hi, I am using Selenium to perform a login process but I cannot intercept the HTTPS traffic with Burp. I set up Burp to work with my browsers, and I can surf websites with no issues manually (showing that proxy and...
asdasdasdasdasdas
Hello I have the following error: java.lang.Exception: Failed to open Jython JAR file at burp.ee1.<init>(Unknown Source) at burp.fae.a(Unknown Source) at burp.bzo.lambda$panelLoaded$0(Unknown Source) at...
Is there a method to save/restore extension data as part of Burp's "save state"? I didn't see anything in the API docs. Just trying it, the extension data wasn't saved during a save and restore. Anything I'm missing, or...
i am beginner in python and i need to add this function to burp, detecting if swagger is enabled, if yes new issue must be add to issues list, i choose to use ScopeChangeListener to check once the user config the scope in...
Hello, Could you advise how to fix the the problem of the duplicate requests in the site map? While adding of the 1 request "GET /fatiz1997/site-map-extension?_pjax=%23js-repo-pjax-container HTTP/1.1" Burp generates...
Hi, I am trying to install burp on an Android 10 emulator and I an getting the following error when I try to access the app I'm trying to test. ```javax.net.ssl.SSLHandshakeException:...
Hi I'm the author of the request timer extension and a user has an issue when using using intruder with multiple threads in that request/responses are getting lost. I'm guessing (since I don't have a pro version any more to...
Looking to create an extension where one can open cookie data from a file, and load all of that into the cookie jar. Is that possible with Burp's APIs?
Hi, I'm trying to create a GUI extension. BurpExtender.java --- package burp; import myCompany.Extend; import myCompany.Extender; public class BurpExtender implements IBurpExtender, IHttpListener,...
Hi. Is there a way to detect the current theme, ideally in jython, without having to find and read the user config json file? I have an extension which uses an HTML JTextPane, but the default font colours are hard to read...
Hi, I am developing a Burp extension that involves Selenium. It runs fine if Burp intercept is turned off and the proxy is not set in the code, but clearly this way Burp cannot intercept the messages. When I enable those...
https://snipboard.io/pq3AtV.jpg is it possible to add a button to the form??
I use a Linux kali 5.4.0-kali4-amd64 #1 SMP Debian 5.4.19-1kali1 (2020-02-17) x86_64 GNU/Linux installed in a VM. ANytime i restart my machine my burp extension disappears. I use Burp community edition.
I want to get all of the information which opened tabs in the Repeater tab. I read APIs in https://portswigger.net/burp/extender/api/ but I can't find out anyways to get that information. Is there any way to get it...
Hi, I would like to output in the extension tab currently enabled target scope. As I've already found there are registerScopeChangeListener(), getScopeChangeListeners(), getScopeChangeListeners(), isInScope(URL),...
Hello - Been looking around in the forums and it doesn't appear anyone has asked this yet. I am attempting to write an extension that parses a .har file, which is a file that contains HTTP Requests and Responses. I want to...
Page 32 of 50
Your source for help and advice on all things Burp-related.