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 2025.6.5 or later.
Java: Version 21 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.13.5. The following libraries are required.
To ensure proper functioning, it is important to add the Python executable to your system's PATH environment variable.
Gradle: Version 8.5 (recommended) or later. The build.gradle file is provided in the project repository.
Java: Version 20 or later.
Please note that using any version lower than 2023.3.2 may result in a java.lang.NoSuchMethodError. It is crucial to use the specified version or a more recent one to avoid this issue.
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:
git clone https://github.com/aress31/burpgpt
cd .\burpgpt\Build the standalone
jar:
./gradlew shadowJarLoading BurpGPT into Burp Suite
To install BurpGPT, please follow these steps:
Open Burp Suite and navigate to the
Extensionstab.Click on the
Addbutton under theInstalledsection.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
BurpGPTwill be added to the top bar menu.In the Pro edition, a new tab titled
BurpGPT Prowill now be visible.
Last updated
Was this helpful?