This extension allows you to view, analyze, and manage exported XML files in Burp Suite. It provides functionality to load multiple XML files at once, search through the log entries, filter the entries based on various criteria, export data from various Burp Suite components, and send requests to Repeater, Intruder, and other extensions.
- Load XML Files: Load multiple XML files into Burp Suite.
- Search Functionality: Search through log entries using text or regex.
- Filter Options: Filter entries based on method, path, URL, host, status, MIME type, and more.
- In-Scope Only Option: Load only those entries that are within the defined scope.
- View Requests and Responses: Display detailed information for each log entry, including the request and response.
- Send to Repeater, Intruder, and Other Extensions: Send requests from the log entries to Repeater, Intruder, or other extensions for further analysis or manipulation.
- Download the extension code.
- Open Burp Suite and go to the Extender tab.
- Click on the Extensions sub-tab and then click Add.
- In the Burp Extension window, select the Python option.
- Click Select file and choose the downloaded extension file.
- Click Next and then click Close.
- from Sitemap or ProxyHistory or Logger or even from Repeater or intruder results
- select requests and responses peer you want to export
- then right click on it and select
Save Itemsoptions and save it to XML file
- Go to the "Export Viewer" tab.
- Click on the "Load XML Exported Files" button.
- Select the XML files you want to load - It Support Loading Multiple Files :) .
- If you want to load only the items that are in scope, check the "In Scope Only" checkbox before clicking "Load XML Exported Files".
- Enter your search term in the search field.
- Click the "Search" button.
- If you want to use regex for searching, check the "Regex Search" checkbox.
- Filter options can be selected to narrow down the search results.
- Select a log entry from the table to view its details.
- The request and response details will be displayed in the respective tabs below the table.
- Go to the Proxy history, Logger, Repeater, or Intruder tab.
- Select the items you want to export, or select all items.
- Click on the "Save Items" button.
- Choose the location and filename for the exported XML file.
- Load the exported XML file into the "Export Viewer" extension by following the steps in the "Loading XML Files" section.
- Select a log entry from the table.
- Right-click and choose the option to send the request to Repeater, Intruder, or another extension.
- The selected request will be sent to the chosen extension for further analysis or manipulation.
Eslam Mohamed (Sysc4ll3r)