
A tool to migrate Burpsuite HTTP history to Caido
Burp2Caido is a tool that allows you to migrate exported Burpsuite HTTP history files into Caido. It was originaly developed by Monke.
[!WARNING] This tool inserts HTTP data directly into the Caido project. Running it multiple times WILL add the requests again each time. Run it once!
go install -v github.com/caido-community/burp2caido@latest
The tool takes two command-line arguments.
--burp specifies where the HTTP history XML file is.--caido specifies where the Caido project folder is.burp2caido --burp <burpsuite path> --caido <caido path>Thanks for using our tool! We do our best to make sure the tool is updated as the file structure of Caido evolves but it might be broken at times.
Please open an issue if you face any problem 🙏