Installation
This page outlines the steps involved in installing BurpGPT.
Prerequisites
To use and run BurpGPT on your system, it is essential to have the following dependencies installed:
Burp Suite Professional: Version 2024.7.3 or later.
Java: Version 20 or later.
Please note that using any version of Burp Suite lower than 2024.7.3 may result in various types of errors. To avoid these issues, it is essential to use the recommended version or a later one.
To use the Local LLM
feature, exclusive to BurpGPT Pro, make sure you have the following dependencies installed:
Python: Version 3.10 or later. The following libraries are required.
You can install the required Python libraries by running:
To ensure proper functioning, it is important to add the Python executable to your system's PATH environment variable.
Compilation
This step is only applicable to the Community edition. For the Pro edition, the standalone jar is distributed upon successful payment in the confirmation email. Please note that the download link is valid for 24 hours only, and additional download requests for the jar may incur additional fees.
To compile BurpGPT Community from the source code, follow these steps:
Ensure you have Gradle installed and properly configured on your system.
Download the official burpgpt repository:
Build the standalone
jar
:
Loading BurpGPT into Burp Suite
To install BurpGPT, please follow these steps:
Open Burp Suite and navigate to the
Extensions
tab.Click on the
Add
button under theInstalled
section.Browse to the location of the BurpGPT jar file and click
Next
.Upon successful installation, users can expect the following changes:
In the Community edition, a new option titled
BurpGPT
will be added to the top bar menu.In the Pro edition, a new tab titled
BurpGPT Pro
will now be visible.
Last updated