Skip to content

turekt/burp2pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Burp HTTP history XML to PCAP

You can also utilize this implementation directly from Burp via BurpHistory2Pcap Burp extension.

This quickly assembled script converts exported HTTP history XML file from Burp to a valid PCAP file.

Benefits of using a PCAP file instead of raw XML export are:

  • improved overview of issued requests and responses
  • improved filtering and searching
  • better alternative when sharing traffic information

Running

To run with default options:

apt install python3-scapy python3-xmltodict
python3 burp2pcap.py history.xml

About

Convert Burp HTTP history XML file to PCAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages