Burp Suite User Forum

Create new post

Burp Extension API - list available proxy interfaces

I am writing a Burp plugin that helps with proxying devices that do not have configurable proxy settings. To do this, I have the extension intercept DNS queries and respond with an IP address that points to an already...

Last updated: Mar 14, 2016 09:06AM UTC | 2 Agent replies | 1 Community replies | Burp Extensions

Problems with availability of HashMap in doPassiveScan (noob level)

Hi, First of all sorry for this stupid noob question, but it has been driving me crazy for hours now. Why is "hostHashMap" null in "doPassiveScan"? How can I make hostHashMap available? Many thanks in...

Last updated: Mar 10, 2016 11:25AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Problem in using SQLiPy extender

Hi, I am getting Importerror while starting SQLiPy.py api. Error thrown is no module named burp. I have loaded jython stand alone jar file. Other python extender like Authorize is working fine. Please do the help.

Last updated: Mar 10, 2016 07:32AM UTC | 0 Agent replies | 0 Community replies | Burp Extensions

burp extensions using makeHttpRequest

I'm trying to create a python Burp Extension where I new to do an HTTP request. I would like to use makeHttpRequest, however I'm getting the error: "java.lang.RuntimeException: java.lang.RuntimeException: Extensions...

Last updated: Mar 01, 2016 10:25AM UTC | 1 Agent replies | 0 Community replies | Burp Extensions

Python IDE code completion

Hello, I'm trying to properly setup a Python IDE so I can start can play around and create some Burp extensions. One of the advantages of using an IDE is of course code completion. However, I can't seem to figure out how...

Last updated: Feb 23, 2016 05:52PM UTC | 0 Agent replies | 1 Community replies | Burp Extensions

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

Page 46 of 49

Burp Suite Support Center

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

Burp Suite Support Center image