Skip to content

Latest BurpSuitePro is a script for installing and updating Burp Suite Professional on Linux and Windows, ensuring Java compatibility for smooth security testing.

Notifications You must be signed in to change notification settings

denoyey/BurpsuitePro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

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.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


🎨 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.5\logo.ico

🧩 Credits

About

Latest BurpSuitePro is a script for installing and updating Burp Suite Professional on Linux and Windows, ensuring Java compatibility for smooth security testing.

Topics

Resources

Stars

Watchers

Forks