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.pyXML 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.