Burp Suite User Forum
For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.
Hi all, I am trying to generate report including CVSS score in theyou report so,could you please help me that how to add the CVSS Score extention into my burp suite professional tool,its an important task given by my...
Dear, Is there any burspuite extension to show actual requests statistics, per second? I mean, we configure number of threads, and delay between requests for a scan in burp. But how many requests are being sent to server in...
Hi everyone I'm trying to use an extension Bing for BURP in Python but I'm getting the following error: {"error":{"code":"404","message": "Resource not found"}} Empty response from Bing.:...
OK I have a pycharm project, I have loaded legacy example from the github https://github.com/PortSwigger the source examples contain imports that don't resolve so give errors... from burp import IBurpExtender from...
Hi, I don't see Burp extension in the Burp browser after recent updates I believe. Currently I am in v2023.10.1.1. So I installed Burp recorder extension on Burp browser from Chrome extension store. But still I don't see...
Note: This issue was generated by the Burp extension: CSRF Scanner. Issue detail The request does not appear to contain an anti-CSRF token. However we are using a token such as the...
I'm trying to use the SQLipy extension but I am facing error as SQLMap API is not running. When I try to start the API by clicking on the "Start API", nothing happens. I've tried multiple ports, restarting, reloading and...
I am trying to import requests library of Python in Turbo Intruder attack scripts But I am encoutering this error ``` There was an error executing your Python script. This is probably due to a flaw in your script, rather...
Hi guys when i tap burp suite under application in parrot OS 5.3 nothing happens pls what do i do
Is there a way to develop an extension that adds a custom column to Burp Logger? Does Burp API allow for that?
I have developed a plugin that encodes/decodes the traffic to/from an web app. The web app in question uses a custom encoding making it impossible to search inside the POST request bodies. I can extend my plugin or develop...
Current Portswigger Docs https://portswigger.net/burp/documentation/desktop/extensions/creating says "...Burp Suite only supports extensions written in Java 17 or lower." The same section and subsections does not...
I am getting the following error in my code: File "***line 56, in processHttpMessage if url in self.in_scope_targets: AttributeError: 'BurpExtender' object has no attribute 'in_scope_targets' Please help...
My plugin uses an IMessageEditorTab to extend the functionality of Burp message editor. Oftentimes, the text does not fit in the width of the tab, so a scrollbar appears. Is there any way to enable text wrapping and text...
My plugin uses an IMessageEditorTab to extend the functionality of Burp message editor. Is there any way I can enable the right-click context menu on my extension's tab in the same way it does on the Raw tab?
I'm building an extension that provides functionality similar to burp repeater, and I'm trying to save the extension's "state" to the project file, including configurations -which I have managed to do successfully- and...
Hi, I was wondering whether its possible to configure a hotkey for an extension menu item? Thanks in advance.
Is there an example of how to handle multipart parameters in Montoya API? I can fetch the parameters from the request using HttpRequest().parameters(). If some of the parameters are files with a filename, somewhere in there...
Is there a resource for creating a basic plugin step by step including a project setup for java/python using montoya api ?
Hello, I am trying to create an extension using the montoya API to register Payload Generator for the Intruder. When trying to retrieve the HttpRequestTemplate from the AttackConfiguration object with the...
Page 7 of 51
Your source for help and advice on all things Burp-related.