The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Burpsuite not able to crawl for Javascript

Lester | Last updated: Jul 13, 2020 08:51AM UTC

Hi Support, I tried using Dashboard to crawl for web pages contenting Javascript and burpsuite was unable to do that. I confirmed it not making any request to the Javascript but creating a simple website with html tag and javascript. The crawler was only able to crawled for non javascript content. can you help me, i can show you my sample web page through email support.

Lester | Last updated: Jul 13, 2020 09:03AM UTC

I have been searching on how Burpsuite can support Javascript. I am already on Burpsuite Professional 2020.6 and has Burpsuite fixed the bug to support javascript? Scanner can crawl atag.html but not the button with javascript. My code below for replicate <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <a href="atag.html">Test with a tag</a> <button onclick="window.location='button.html';">Test with button</button> <script> setTimeout(() => { window.location="javascript.html"; }, 5000); </script> <a href="xhr.html">Test with a tag</a> </body> </html>

Uthman, PortSwigger Agent | Last updated: Jul 13, 2020 09:23AM UTC