Skip to content

Installation

Federico Dotta edited this page Oct 22, 2025 · 4 revisions

Requirements

  1. Burp Suite, professional or community.
  2. Python with pip (virtual environments are supported)
  3. Frida - pip install frida frida-tools
  4. Pyro4 - pip install pyro4
  5. NodeJS and npm, in the system PATH (in MacOS this can be challenging; refer to this link if you have issues with this point)

Installation from Burp Suite BApp Store

  1. Open Burp Suite
  2. Go to Extender tab
  3. Open BApp Store subtab
  4. Select "Brida, Burp to Frida bridge"
  5. Click "Install"

Updates in BApp Store require time. Checks on GitHub for latest version.

Installation from GitHub

  1. Download the last release of Brida: https://github.com/federicodotta/Brida/releases
  2. Open Burp Suite
  3. Go to Extender tab
  4. Open Extensions subtab
  5. Click "Add"
  6. Click "Select file" in the "Extension Details" section, select Brida release jar and install the plugin

Clone this wiki locally