Skip to content

A Burp Suite extension that brings full DOM rendering capabilities directly into Burp, enabling effective security testing of modern JavaScript-heavy applications built with frameworks like ReactJS, VueJS, Angular, and more.

License

Notifications You must be signed in to change notification settings

weirdmachine64/reDOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reDOM

  ██████╗ ███████╗██████╗  ██████╗ ███╗   ███╗
  ██╔══██╗██╔════╝██╔══██╗██╔═══██╗████╗ ████║
  ██████╔╝█████╗  ██║  ██║██║   ██║██╔████╔██║
  ██╔══██╗██╔══╝  ██║  ██║██║   ██║██║╚██╔╝██║
  ██║  ██║███████╗██████╔╝╚██████╔╝██║ ╚═╝ ██║
  ╚═╝  ╚═╝╚══════╝╚═════╝  ╚═════╝ ╚═╝     ╚═╝

A Burp Suite extension that brings full DOM rendering capabilities directly into Burp, enabling effective security testing of modern JavaScript-heavy applications built with frameworks like ReactJS, VueJS, Angular, and more.

reDOM vs Native Burp Response

Features

  • Captures fully-rendered DOM after JavaScript execution
  • Analyzes Single Page Applications (SPAs) built with React, Vue.js, Angular, etc.
  • Integrates as a custom response tab in Burp Repeater
  • Auto-render option for automatic DOM capture
  • Configurable Chrome connection and rendering parameters

Requirements

  • Burp Suite Professional/Community
  • Chrome/Chromium browser

Installation

  1. Build the extension:

    mvn clean package
  2. Load target/reDOM.jar in Burp Suite (Extensions → Add)

Usage

  1. Start a Chromium based browser with remote debugging:

    chromium -proxy-server=localhost:8080 --remote-debugging-port=9222 --user-data-dir=/tmp/redom --ignore-certificate-errors
  2. In Burp, go to reDOM settings tab and click "Connect to Chrome"

  3. The extension will spawn a minimized browser window for rendering

  4. Send a request to Repeater and switch to the "DOM Render" tab

  5. Click "Render in Browser" or enable "Auto render" for automatic rendering

Configuration

Available settings:

  • Chrome Host/Port: Connection details (default: localhost:9222)
  • CDP Command Timeout: WebSocket command timeout in seconds (default: 30)
  • Page Load Timeout: Maximum time to wait for page load (default: 30)
  • Render Delay: Additional wait time after page load in ms (default: 1000)
  • Auto Render: Automatically render when tab opens
  • Minimized Window: Start the Chrome rendering window minimized

License

MIT License

About

A Burp Suite extension that brings full DOM rendering capabilities directly into Burp, enabling effective security testing of modern JavaScript-heavy applications built with frameworks like ReactJS, VueJS, Angular, and more.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published