Burp Suite User Forum

Create new post

Extra Extensiona

Is there any extension need to be indatalled manually.

Last updated: Oct 16, 2017 10:02AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Burp UI Development Using NetBeans

Hey All, I am new to Burp Extender development (and Java programming in general). I have had some moderate success getting a handle on how to build Burp extensions, and using NetBeans to build GUIs. I am able to easily...

Last updated: Oct 10, 2017 11:11PM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

DNS requests

I'm using the following Python to try to make DNS requests from my extension: import dns.resolver ... myResolver = dns.resolver.Resolver() try: myResolver.query(domain, "MX") ...

Last updated: Oct 06, 2017 11:50AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

Extension Not Loading Due to "Stale" Reference

So I noticed the following behavior when using the Python Scripter extension: 1. Installed the extension 2. Added custom script containing error in Scripter tab 3. Closed Burp 4. Relaunched Burp and noticed the...

Last updated: Sep 28, 2017 03:30PM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

Project Configuration Changes Aren't Picked Up During Current IHttpListener.processHttpMessage Call

(Burp: 1.7.27, OS: macOS 10.12, Java: 8) Given an IBurpExtender that registers an IHttpListener when the listener's IHttpListener.processHttpMessage is called, and the message is a request, it calls...

Last updated: Sep 25, 2017 09:00AM UTC | 3 Agent replies | 2 Community replies | Burp Extensions

Associating an outgoing request with its response

Hey, Is there an easy way to associate a request going through the processHttpMessage of a registered IHttpListener with the response that comes back later? Thanks, Justin

Last updated: Sep 19, 2017 02:21PM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

[python] adding a custom header and send JSON in post request.

Hello team I wanted to know how to add custom header and send JSON in post request in jython. here is my basic code def...

Last updated: Sep 18, 2017 10:38AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Extension resource loading

I've embedded some static files inside the extension, in the folder named `assets`. Trying to access them fails, using following code: InputStream in = DataUtils.class.getClassLoader().getResourceAsStream("/assets/" +...

Last updated: Sep 13, 2017 10:54AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

Burp main jframe

Where can I access a reference to Burp's main JFrame? It's required for displaying JDialogs relative to it.

Last updated: Sep 04, 2017 06:40AM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

bug report for ruby extension file upload traverser

bug report in ruby extension two different report platform java java.lang.RuntimeException: BUG: could not initialize constructor handle at...

Last updated: Sep 01, 2017 03:26PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Dynamically Applying Highlight Markers

Hi, Currently I am working on an extension to dynamically apply markers (user defined) to highlight certain specific areas within requests and responses. This works well if I have an "issue" with only one request-response...

Last updated: Aug 15, 2017 05:58PM UTC | 2 Agent replies | 2 Community replies | Burp Extensions

Autoscan Insertion points

I am trying to make an extension for burp that provides request and insertion points for scan via command line. I can perform scan on the request with default insertion points of that is by not passing anything for the...

Last updated: Aug 10, 2017 07:38AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Backslash Powered Scanner - Identify Backend Parameters

During a scanning process, I came across multiple "Interesting input handling" issues. If I look into the Advisory tab, I get a comment (showed with italic style) saying the following: "To scan for backend parameters, right...

Last updated: Aug 08, 2017 02:10PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

IMessageEditor/IMessageEditorController context menu

I noticed that while using IMessageEditor/IMessageEditorController calls to create a view for request and responses that when you bring up the context menu, it will not allow you to use Send to Repeater/Intruder/Sequencer....

Last updated: Aug 07, 2017 06:44AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

IMessageEditor/IMessageEditorController context menu

I noticed that while using IMessageEditor/IMessageEditorController calls to create a view for request and responses that when you bring up the context menu, it will not allow you to use Send to Repeater/Intruder/Sequencer....

Last updated: Aug 03, 2017 05:43PM UTC | 0 Agent replies | 0 Community replies | Burp Extensions

Highlighting in IMessageEditor

Would it be possible to expose an API call to add highlighting to IMessageEditor like the method setSearchExpression() within ITextEditor? Thanks.

Last updated: Aug 03, 2017 04:53PM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

Download issue

Not able to login to csld account to download the Software Portswigger

Last updated: Jul 11, 2017 02:19PM UTC | 0 Agent replies | 1 Community replies | Burp Extensions

I bought the license.

I have purchased a license and have completed the payment. At the time of purchase, the name is next and the email is next.parkjh@gmail.com. Payment was made with VISA card. But the license key does not come by...

Last updated: Jul 03, 2017 01:08AM UTC | 0 Agent replies | 0 Community replies | Burp Extensions

Extension - Closeable Tab UI element like in the Repeater

I'm writing a Burp extension that has a UI and adds "closeable" tabs, exactly like in the Repeater tab, where there are small "x" to close a tab. However, mine look horrible, as I use a JButton (in Python): class...

Last updated: Jun 29, 2017 08:07AM UTC | 2 Agent replies | 0 Community replies | Burp Extensions

Need info for creating custom intruder gui

Hello All, I am working on a extension development which has a requirement for custom UI for intruder tab with default intruder functionalities (i.e. the ui is only different, core functionality will be same as intruder...

Last updated: Jun 28, 2017 09:38AM UTC | 1 Agent replies | 2 Community replies | Burp Extensions

Page 41 of 49

Burp Suite Support Center

Your source for help and advice on all things Burp-related.

Burp Suite Support Center image