{"id":46096122,"url":"https://github.com/weirdmachine64/reDOM","last_synced_at":"2026-03-15T09:01:15.356Z","repository":{"id":326437223,"uuid":"1104582992","full_name":"weirdmachine64/reDOM","owner":"weirdmachine64","description":"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.","archived":false,"fork":false,"pushed_at":"2025-11-27T19:45:44.000Z","size":696,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-07T16:21:45.289Z","etag":null,"topics":["burp-extensions","burpsuite","dom-manipulation","pentesting","websecurity"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weirdmachine64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T12:06:45.000Z","updated_at":"2026-03-03T22:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/weirdmachine64/reDOM","commit_stats":null,"previous_names":["weirdmachine64/redom"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/weirdmachine64/reDOM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdmachine64%2FreDOM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdmachine64%2FreDOM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdmachine64%2FreDOM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdmachine64%2FreDOM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weirdmachine64","download_url":"https://codeload.github.com/weirdmachine64/reDOM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdmachine64%2FreDOM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30539479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T07:17:37.589Z","status":"ssl_error","status_checked_at":"2026-03-15T07:17:31.738Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["burp-extensions","burpsuite","dom-manipulation","pentesting","websecurity"],"created_at":"2026-03-01T19:00:20.729Z","updated_at":"2026-03-15T09:01:15.349Z","avatar_url":"https://github.com/weirdmachine64.png","language":"Java","readme":"# reDOM\n\n```\n  ██████╗ ███████╗██████╗  ██████╗ ███╗   ███╗\n  ██╔══██╗██╔════╝██╔══██╗██╔═══██╗████╗ ████║\n  ██████╔╝█████╗  ██║  ██║██║   ██║██╔████╔██║\n  ██╔══██╗██╔══╝  ██║  ██║██║   ██║██║╚██╔╝██║\n  ██║  ██║███████╗██████╔╝╚██████╔╝██║ ╚═╝ ██║\n  ╚═╝  ╚═╝╚══════╝╚═════╝  ╚═════╝ ╚═╝     ╚═╝\n```\n\nA 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.\n\n![reDOM vs Native Burp Response](static/comparison.png)\n\n## Features\n\n- Captures fully-rendered DOM after JavaScript execution\n- Analyzes Single Page Applications (SPAs) built with React, Vue.js, Angular, etc.\n- Integrates as a custom response tab in Burp Repeater\n- Auto-render option for automatic DOM capture\n- Configurable Chrome connection and rendering parameters\n\n## Requirements\n\n- Burp Suite Professional/Community\n- Chrome/Chromium browser\n\n## Installation\n\n1. Build the extension:\n   ```bash\n   mvn clean package\n   ```\n\n2. Load `target/reDOM.jar` in Burp Suite (Extensions → Add)\n\n## Usage\n\n1. Start a Chromium based browser with remote debugging:\n   ```bash\n   chromium -proxy-server=localhost:8080 --remote-debugging-port=9222 --user-data-dir=/tmp/redom --ignore-certificate-errors\n   ```\n\n2. In Burp, go to reDOM settings tab and click \"Connect to Chrome\"\n\n3. The extension will spawn a minimized browser window for rendering\n\n4. Send a request to Repeater and switch to the \"DOM Render\" tab\n\n5. Click \"Render in Browser\" or enable \"Auto render\" for automatic rendering\n\n## Configuration\n\nAvailable settings:\n- **Chrome Host/Port**: Connection details (default: localhost:9222)\n- **CDP Command Timeout**: WebSocket command timeout in seconds (default: 30)\n- **Page Load Timeout**: Maximum time to wait for page load (default: 30)\n- **Render Delay**: Additional wait time after page load in ms (default: 1000)\n- **Auto Render**: Automatically render when tab opens\n- **Minimized Window**: Start the Chrome rendering window minimized\n\n## License\n\nMIT License\n","funding_links":[],"categories":["Custom Features"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweirdmachine64%2FreDOM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweirdmachine64%2FreDOM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweirdmachine64%2FreDOM/lists"}