Take Your Pentesting Know-How to the Next Level with Browserling

Listen to this Post

In this article, Mark Green, a Senior Information Security Analyst, discusses the benefits of using Browserling for pentesting. Browserling allows you to spin up virtual machines with older browsers, such as Firefox 52 on Windows XP, which can significantly increase your attack surface by 50%. This is particularly useful because many modern web applications are developed for the latest browsers and may not render properly on older ones, opening up new avenues for exploitation.

You Should Know:

1. Setting Up Browserling:

  • Visit Browserling and sign up for a plan (starting at $19/month).
  • Choose an older browser and operating system combination, such as Firefox 52 on Windows XP.
  • Spin up the VM in seconds and start your pentesting.

2. Using Browserling with Burp Suite:

  • Browserling allows tunneling, so you can set up Burp Suite to intercept traffic from these older browsers.
  • Configure Burp Suite to listen on the tunnel provided by Browserling.
  • Use the older browser to navigate to the target web application and observe how it renders differently.

3. Inspecting Web Applications:

  • Use the developer tools (Inspect) available in Firefox 52 and later versions to understand how web applications are working.
  • Look for rendering issues, JavaScript errors, and other anomalies that could be exploited.

4. Alternative: Setting Up Local VMs:

  • If you don’t want to spend money on Browserling, you can set up local VMs with older operating systems like Windows XP, Vista, or Windows 7.
  • Install older versions of browsers like Firefox, IE, Chrome, and Safari on these VMs.
  • Use these VMs to test how web applications behave in environments they weren’t intended for.

Commands and Steps: