Burp-Dom-Scanner - Burp Suite's Extension To Scan And Crawl Single Page Applications
2023-6-3 20:30:0 Author: www.kitploit.com(查看原文) 阅读量:42 收藏

It's a Burp Suite's extension to allow for recursive crawling and scanning of Single Page Applications.
It runs a 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.

Latest release can be downloaded here

  1. Install node
  2. Install 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.

Burp DOM Scanner uses DOMDig as the crawling and scanning engine.

DOMDig

DOMDig is a DOM 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 points and the related URL modifications.

Usage and Details

Details about usage, performed checks and reported vulnerabilities, can be found at DOMDig's page


Burp-Dom-Scanner - Burp Suite's Extension To Scan And Crawl Single Page Applications Burp-Dom-Scanner - Burp Suite's Extension To Scan And Crawl Single Page Applications Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2023/06/burp-dom-scanner-burp-suites-extension.html
如有侵权请联系:admin#unsafe.sh