BurpsuitePro icon indicating copy to clipboard operation
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

Banner BurpsuitePro

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.

Build Platform Platform Last Commit Language Technologies Stars Forks Issues Contributors


visitors

πŸ“– 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.

BurpSuitePro Interface

🌐 Official Website

Visit the official BurpSuitePro site: https://portswigger.net/burp/pro

BurpSuite Website

🐍 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:

  1. Right-click on your desktop and choose "Create Launcher"
  2. Set the following:
    • Name: BurpSuite Professional
    • Command: directory/burpsuitepro
  3. 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.


BurpSuite Desktop Launcher Example

πŸ–₯️ Windows Installation

πŸ“ Step 1: Setup Folder

  1. Download the repository as ZIP
  2. Extract all contents to any folder.Example:
    C:\BurpsuitePro
    

    ⚠️ Do NOT rename the main folder.

βš™οΈ Step 2: Install via PowerShell

  1. Open PowerShell as Administrator
    • Search powershell, then right-click β†’ Run as administrator
  2. Go to the folder where you extracted the files:
cd path\to\BurpsuitePro
  1. 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:

  1. Right-click Burp Suite Pro.lnk on your Desktop
  2. Go to Properties β†’ Shortcut β†’ Change Icon
  3. Choose the icon from:
C:\BurpsuitePro-v<your-version>\logo.ico

Example:

C:\BurpsuitePro-v2025.10.7\logo.ico

🧩 Credits