SkillAgentSearch skills...

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.

Install / Use

/learn @weirdmachine64/ReDOM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated13d ago
Forks3

Languages

Java

Security Score

95/100

Audited on Mar 20, 2026

No findings