Install the most updated versions of Burp Suite (Pro) with easy-to-use installers and instructions in an automated fashion.
This is for educational purposes only. I am not responsible for any damage caused by this software. Use at your own risk.
tl;dr now you can install Burp Suite (or patch your current setup) easily.
In the past few months, I needed to install Burp suite more than I had imagined. And every time I found myself bamboozled with how to crack/activate it.
Just to clarify, activating it means doing the following:
- Looking online (mostly on Telegram or shady torrent sites) for a cracked version (hoping it doesn't contain any virus)
- Download it
- Put the JAR file somewhere on my PC
- Download and install JRE
- Use a half-cocked keygen and loader that contains god-knows-what.
- (OPTIONAL) create a shortcut and put it in the Programs directory, so it can be accessed as a run-of-the-mill software.
So in the past few weeks I decided to work on a solution that would mimic the official Burp-Suite exe installer only paid pro members get.
This repo includes:
installerfor Windows - Installs everything needed, includes JDK, Burp and the keygen/loader.patcher, for those who prefer installing the official releases of Burp - activates the existing installed Burp.
The keygen used is BurpLoaderKeygen by h3110w0r1d-y. Works on Burp Suite v2026.x and above.
# Download the official release from PortSwigger
wget -O 'burpsuite_pro_linux.sh' 'https://portswigger-cdn.net/burp/releases/download?product=pro&version=2026.3.4&type=Linux'
chmod +x burpsuite_pro_linux.sh
# Can also be installed as root user (for all users)
./burpsuite_pro_linux.sh
# Install Burp Suite Using the GUI
# Download & Run the patcher
wget -O 'burp-suite-patch.sh' 'https://github.com/viphacker100/BurpSuiteInstaller/releases/latest/download/burpsuite_pro_patcher_linux_generic.sh'
chmod +x burp-suite-patch.sh
./burp-suite-patch.sh
# Follow the patcher...
# That's it!Simply download the Latest Installer for Windows and follow the instructions.
On the first run, you'll be required to proceed with the offline activation process.
Download and install the official installer from PortSwigger.
After the installation is complete, download and run the patcher for Windows and run it.
Note: The Loader works with
burpsuite_pro.jardirectly on all versions. The official EXE installer (BurpSuitePro.exe) is only confirmed up to v2026.3.3 — use the JAR-based installer for newer versions.
Sometimes you might want to remove the license and configurations from Burp Suite. This is useful when you want to use Burp Suite on a different machine, or when you want to reset Burp Suite to its default state. For this, you can use the reset-burp-settings.bat script.
Simply run the reset-burp-settings.bat script. This will remove the license and configurations stored on disk and on registry.
Instead of registry, Linux uses the ~/.java/.userPrefs/burp/ directory to store the configurations. To remove the license and configurations, simply run the following command:
rm -rvf ~/.java/.userPrefs/burp/Distributed under the MIT License. See LICENSE for more information.
- Keygen by h3110w0r1d-y
