Burp Suite User Forum

Create new post

Session handling in Burp extensions

Hi, I am currently implementing a specific attack with a Burp extension. Before I start the attack, I need to delete all cookies for the target domain. The attack consists of several HTTP requests. For these requests I...

Last updated: Feb 12, 2016 03:31PM UTC | 2 Agent replies | 0 Community replies | Burp Extensions

Burp Ext

When I am running burp extension, I keep on getting following errors: Scanner: Timeout in transmission from xyz.com and Proxy: No response received from remote server. Is there anything I can do resolve this error.

Last updated: Feb 09, 2016 09:54AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

NullPointerException while attempting passive or active scan from extension

Hi Team - I am using Burp Suite Pro v1.6.36 and trying to automate passive and active scanning on incoming requests via Burp proxy. I get a NullPointerException while attempting to perform a passive or active scan and...

Last updated: Feb 03, 2016 05:59PM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

AMF Deserialization Dispaly Tag

How to configure to see the AMF Deserialization tag in request and response. Refer :- https://www.netspi.com/DesktopModules/SunBlog/Handlers/Print.aspx?id=68 But it's showing error while I add it to burp extensio.

Last updated: Feb 03, 2016 08:45AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

HTTP/2 - Upgrade Header filtered

Hi, I was experimenting with curl, sending HTTP/2 requests and realised that Burp is filtering/replacing the HTTP/2 Upgrade header since version 1.6.33. Therefore no HTTP/2 communication is established with the server. I...

Last updated: Jan 28, 2016 09:17AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

Unable to intercept the web socket requests in v1.6.34

Hi, I was able to intercept & retrieve the web socket traffic in burp v1.6.31. But same traffic I'm unable to retrieve in v1.6.34. Could you please help me to resolve this issue. Thanks & Regards, Sharath

Last updated: Jan 27, 2016 11:01AM UTC | 2 Agent replies | 0 Community replies | Burp Extensions

How can i modify http requests with processHttpMessage

Hello, Im using the following code to replace "ReplaceMe" string to "x" string in intruder request however response still didn't replace "ReplaceMe" string. public void processHttpMessage(String toolName, boolean...

Last updated: Jan 08, 2016 09:24PM UTC | 2 Agent replies | 4 Community replies | Burp Extensions

Save and restore state of an extension

Hi! I'm working on a "Save and Restore state" for a Burp Suite plugin. The state must contain also some IHttpRequestResponsePersisted. My idea was to save host, port, protocol, request bytes and response bytes and then...

Last updated: Jan 03, 2016 10:52AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Bapp Extension Signature

When installing a Burp extension from the Bapp Store I see a "BappSignature.sig" file is part of the install. I assume this is a Bapp Store generated digital signature of the extender package and is checked by Burpsuite when...

Last updated: Dec 30, 2015 03:34PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Extract Response Message Body

Hey , I am making my first extension using Java in NetBeans, and I need to extract the message from the Response so that I can perform my operations over it. But after checking the examples and other javadocs , I was...

Last updated: Dec 30, 2015 10:40AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

Customizing my TAB

Hey, I was writing my first extension with the aim to encrypt the selected responses to md5/sha1/etc based on user selection. Based on the custom logger extension example in the blog, I made my new tab with display and...

Last updated: Dec 30, 2015 10:39AM UTC | 1 Agent replies | 1 Community replies | Burp Extensions

start burp remotely with Remote procedure call (windows)

Hi, We need to start burp on a windows server remotely using Remote procedure call. We also need the burp started with an extension loaded. Since we are not able to specify an extension on command line, we start burp...

Last updated: Dec 24, 2015 09:49PM UTC | 2 Agent replies | 2 Community replies | Burp Extensions

start burp from perl script

Hi, I try to start burp from a simple PERL script. Then do some tests after burp starts. my $cmd = "java -Xmx1g -Djava.awt.headless=true -jar \"c:\\BURP\\burpsuite_free_v1.6.30.jar \" 1> null 2>&1"; print "start...

Last updated: Dec 22, 2015 01:07PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

NotImplementedError with latest Jython release

The following change for the latest Jython release might break some UI-centric extensions: "Abstract methods of an inherited class or interface from Java now raise NotImplementedError, instead of returning None (in Java,...

Last updated: Dec 10, 2015 07:37PM UTC | 0 Agent replies | 0 Community replies | Burp Extensions

IExtensionHelpers.makeHttpRequest() with cookies

It appears that IExtensionHelpers.makeHttpRequest(URL) does not include session cookies in the resulting request. How can I construct a GET request that includes the session cookies? Is there a helper method to get all...

Last updated: Nov 24, 2015 06:03PM UTC | 2 Agent replies | 2 Community replies | Burp Extensions

Scanner vs processHttpMessage (python)

Dear All, I have the following processHttpMessage() function to modify the scanner requests and check SQLi: def processHttpMessage(self, toolFlag, messageIsRequest, messageInfo): # only process requests ...

Last updated: Nov 17, 2015 06:16PM UTC | 0 Agent replies | 1 Community replies | Burp Extensions

Jython Error for Burp Extension

Hey, I am trying to configure the jython api for Burp Suite and I am getting the following error. Does anyone know what I can do to fix this? root@osboxes:~/jython-burp-api# java -jar jython.jar -Dpython.path=Lib/ run.py...

Last updated: Nov 13, 2015 01:42PM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

getComment() not returning comment

Hey, I've wanted to read the comment of a request/response object. I'm using Jython and Java8. It's an implementation of a passive scanner, and the way I wanted to access: self._requestResponse.getComment() If I...

Last updated: Nov 11, 2015 07:27AM UTC | 1 Agent replies | 2 Community replies | Burp Extensions

Extender API broken link

Hi, the extender page (https://portswigger.net/burp/extender/) has a link to a 2012 post titled "Writing your first Burp Suite extension" at http://blog.portswigger.net/2012/12/writing-your-first-burp-extension.html which...

Last updated: Oct 20, 2015 08:50AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

makeHttpRequest is very slow

Hi all, I'm writing an extension that aims at sending many requests from multiple sessions of different users. Currently, I'm using callbacks.makeHttpRequest(...) to send requests but that method takes a very long time...

Last updated: Oct 14, 2015 07:51AM UTC | 3 Agent replies | 3 Community replies | Burp Extensions

Page 46 of 48

Burp Suite Support Center

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

Burp Suite Support Center image