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.
- 🔍 Overview
- 🌐 Official Website
- 🐍 Python Required
- 💻 Linux Installation
- 🖥️ Windows Installation
- 🙌 Credits
BurpSuitePro (Latest) is an advanced web vulnerability scanner and proxy tool for efficient and precise security testing.
Visit the official BurpSuitePro site: https://portswigger.net/burp/pro
Make sure Python 3 is installed:
- Linux:
python3 --version - Windows: install from python.org and check "Add to PATH"
Clone and install directly
git clone https://github.com/denoyey/BurpsuitePro.git
cd BurpsuitePro
chmod +x run.py
python run.py
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.
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
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.
- Download the repository as ZIP
- Extract all contents to any folder.Example:
C:\BurpsuitePro
⚠️ Do NOT rename the main folder.
- 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.pyThis 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.5)
✅ 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
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.icoExample:
C:\BurpsuitePro-v2025.10.5\logo.ico
- Original loader by h3110w0r1d-y
- Tweaked & maintained by denoyey



