BurpsuitePro
BurpsuitePro copied to clipboard
Latest BurpSuitePro is a script for installing and updating Burp Suite Professional on Linux and Windows, ensuring Java compatibility for smooth security testing.
BURPSUITE PROFESSIONAL v2025
Burp Suite Professional is a powerful tool used for security testing of web applications. It helps professionals analyze, intercept, and manipulate HTTP/S traffic between the browser and the target application. Packed with features such as Proxy, Scanner, Repeater, Intruder, and more, it enables users to detect and exploit common vulnerabilities like SQL injection, XSS, and CSRF. This version is fully unlocked and intended for ethical hacking and educational purposes.
π Table of Contents
- π Overview
- π Official Website
- π Python Required
- π» Linux Installation
- π§ Installation
- β Select Java Version
- π Setup License
- π Create Desktop Launcher (XFCE)
- π₯οΈ Windows Installation
- π Step 1: Setup Folder
- βοΈ Step 2: Install via PowerShell
- π What This Script Does
- π¨ Optional: Change Icon (If Needed)
- π Credits
π Overview
BurpSuitePro (Latest) is an advanced web vulnerability scanner and proxy tool for efficient and precise security testing.
π Official Website
Visit the official BurpSuitePro site: https://portswigger.net/burp/pro
π Python Required
Make sure Python 3 is installed:
- Linux:
python3 --version - Windows: install from python.org and check "Add to PATH"
π» Linux Installation
π§ Installation
Clone and install directly
git clone https://github.com/denoyey/BurpsuitePro.git
cd BurpsuitePro
chmod +x run.py
python run.py
β Select Java Version
If you have multiple versions of Java installed (e.g., Java 17 and Java 21), you can manually select the default version by running:
sudo update-alternatives --config java
This command will display a list of installed Java versions. Enter the corresponding number to set your preferred version as the system default.
π Setup License
Follow these steps to activate your license:
- Open BurpSuitePro
- Go to Manual Activation
- Copy the Request Key from BurpSuite
- Paste it into the loader
- Copy the Response Key from loader
- Paste it back into BurpSuite
π Create Desktop Launcher (XFCE)
You can easily launch BurpSuitePro from your desktop by creating a launcher:
- Right-click on your desktop and choose "Create Launcher"
- Set the following:
- Name:
BurpSuite Professional - Command:
directory/burpsuitepro
- Name:
- Click the icon box and select the BurpSuite icon (usually located in your install folder)
β This allows you to launch BurpSuitePro just like a native application.
π₯οΈ Windows Installation
π Step 1: Setup Folder
- Download the repository as ZIP
- Extract all contents to any folder.Example:
C:\BurpsuiteProβ οΈ Do NOT rename the main folder.
βοΈ Step 2: Install via PowerShell
- Open PowerShell as Administrator
- Search powershell, then right-click β Run as administrator
- Go to the folder where you extracted the files:
cd path\to\BurpsuitePro
- Run the installer:
python run.py
π What This Script Does
This script will automatically:
β
Download and install JDK 21 (if not installed)
β
Download and install JRE 8 (if not installed)
β
Ask for a valid Burp Suite Pro version (e.g. 2025.10.7)
β
Download Burp .jar file from official PortSwigger
β
Download the custom loader
β
Create a clean .bat launcher
β
Create a .vbs launcher for silent execution
β
Create a Desktop Shortcut + Start Menu Shortcut
β
Set proper icon for easier identification
β
Automatically delete the repo folder (C:\BurpsuitePro) if installed from GitHub
π¨ Optional: Change Icon (If Needed)
If the shortcut icon doesnβt appear:
- Right-click Burp Suite Pro.lnk on your Desktop
- Go to Properties β Shortcut β Change Icon
- Choose the icon from:
C:\BurpsuitePro-v<your-version>\logo.ico
Example:
C:\BurpsuitePro-v2025.10.7\logo.ico
π§© Credits
- Original loader by h3110w0r1d-y
- Tweaked & maintained by denoyey