Burp Suite User Forum

Create new post

How do i scan GUI test which runs on google chrome.

SINGH | Last updated: Jul 22, 2021 11:11AM UTC

We are trying to scan the GUI tests using burp suite, but the chrome which is triggered does not have burp extension. Kindly guide us on how we can trigger a google chrome with burp extension in automated way.

Uthman, PortSwigger Agent | Last updated: Jul 22, 2021 12:21PM UTC

Hi Rahul, Can you provide some more detail on what you are trying to do, please? Have you written your own extension using the Extender API? (https://portswigger.net/burp/extender/api/burp/package-summary.html) If you are looking for a way to implement this in an extension, you can take a look at the source code for Reshaper: - https://github.com/synfron/ReshaperForBurp/blob/02d2ab8f492424cde05a6d525e25e07eb4419ba0/src/main/java/synfron/reshaper/burp/core/rules/thens/ThenSendTo.java#L234 - https://portswigger.net/bappstore/7bcec7656b5746e9a85c427f243e6d5a

SINGH | Last updated: Jul 23, 2021 06:29AM UTC

We are trying to run UI tests in the machine where the burp proxy is configured. But the UI test triggers its own google chrome browser which doesn't have burp to track the traffic and scan it. For this we need your help to find out we can update our UI test to trigger chromwe browser with burp so that it can scan the traffic. Thanks

Uthman, PortSwigger Agent | Last updated: Jul 23, 2021 08:30AM UTC

Hi Rahul, What platform are you using to run the UI tests? Have you considered setting up Burp as a proxy on that platform? You can find an example below of this using Selenium: - https://portswigger.net/support/using-burp-with-selenium

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.