Burp-Dom-Scanner – Burp Suite’s Extension To Scan And Crawl Single Page Applications
Discription

[![](https://blogger.googleusercontent.com/img/a/AVvXsEhtt_dhS9x6uC9XEmaqeYTJ_l8Uk5-bckUzFjcjfVBV94bsSYfpQOFinRuxOfb_YHLEhB49803ZYndVEWrUDl8jyVCsLUnk7yzPkHq002Gp7FFYS3WQ3AF1M_s1ZETb3apTrKzLZ-D57oZfgGRGgxyqO-vn0aLxiiwxokk9m9PXSikgp7eT_upTqVL1iA=w640-h404)]()

It’s a Burp Suite’s extension to allow for recursive [crawling]( “crawling” ) and [scanning]( “scanning” ) of Single Page Applications.
It runs a [Chromium]( “Chromium” ) browser to scan the webpage for DOM-based XSS.
It can also collect all the requests (XHR, fetch, websockets, etc) issued during the crawling allowing them to be forwarded to Burp’s Proxy, Repeater and Intruder.

It requires node and [DOMDig]( “DOMDig” ).

# Download

Latest release can be downloaded [here]( “here” )

# Installation

1. Install [node]( “node” )
2. Install [DOMDig]( “DOMDig” )
3. Download and load the extension
4. Set both the path of `node`’s executable and the path of `domdig.js` in the extension’s UI.

# Scanning Engine

Burp DOM Scanner uses [DOMDig]( “DOMDig” ) as the crawling and scanning engine.

## DOMDig

DOMDig is a DOM [XSS scanner]( “XSS scanner” ) that runs inside the Chromium web browser and it can scan single page applications (SPA) recursively. Unlike other scanners, DOMDig can crawl any webapplication (including gmail) by keeping track of DOM modifications and XHR/fetch/websocket requests and it can simulate a real user interaction by firing events. During this process, XSS payloads are put into input fields and their execution is tracked in order to find [injection]( “injection” ) points and the related URL modifications.

## Usage and Details

Details about usage, performed checks and reported vulnerabilities, can be found at [DOMDig’s page]( “DOMDig’s page” )

**[Download Burp-Dom-Scanner]( “Download Burp-Dom-Scanner” )**Read More

Back to Main

Subscribe for the latest news: