Thursday, 10 October 2024
Auditing Tool Pentesting Tools Web Application

Copy as XMLHttpRequest BurpSuite Extension

The extension adds a context menu to BurpSuite that allows you to copy multiple requests as Javascript’s XmlHttpRequest, which simplifies PoC development when exploiting XSS.

Installation

download the latest JAR from releases or build manually
add JAR to burpsuite using tabs: “Extender” -> “Extensions” -> “Add”

Usage
select one request from any tab or a few requests in “Proxy” -> “HTTP history” tab
invoke context menu and select “Copy as XMLHttpRequest”

 

Download Burpsuite-Copy-As-Xmlhttprequest

Post Comment