EH-Net

Resources => Tools => Topic started by: Jhaddix on March 24, 2010, 03:54:09 PM



Title: Burp Proxy to XML Tool release: BURP2XML
Post by: Jhaddix on March 24, 2010, 03:54:09 PM
With the incorporation of Burp Suite Professional into our audit processes, we discovered that there was not an easy method to extract results from Burp’s session file without having to manually re-run Burp.

In order to automate this process, we have developed a standalone Python script to process Burp’s session files into XML, and have released it under the GPLv3 License here

burp2xml.py (http://www.redspin.com/blog/wp-files/burp2xml.py.txt)

XML will allow you to pull out all types of useful data and feed it to other tools or make scripting an output report much easier. We will be blogging about tips to use this pretty soon, let us know what you think. 


Title: Re: Burp Proxy to XML Tool release: BURP2XML
Post by: Synquell on March 24, 2010, 05:26:23 PM
I do hope to, one day, get a job where me and my collegues do stuff like that :D

*points at himself* me is one jealous dude!

Sorry, completely off-topic ^^


Title: Re: Burp Proxy to XML Tool release: BURP2XML
Post by: n1p on March 24, 2010, 05:37:16 PM
Nice bit of scripting, thanks for that.


Title: Re: Burp Proxy to XML Tool release: BURP2XML
Post by: pizza1337 on March 24, 2010, 05:42:37 PM
Haven't used burp suite yet(i never knew it existed). i haven't really looked into web apps, but everytime i see input field, i do try cross site scripting.


Title: Re: Burp Proxy to XML Tool release: BURP2XML
Post by: UNIX on March 25, 2010, 12:56:09 AM
I use Burp quite often, so this certainly comes in handy. Thanks for the work, Jason.