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.
This repository provides automated scripts to install and set up Burp Suite Pro. Key points:
- Supported platforms: Windows and Linux (Debian/Ubuntu and Arch tested).
- Installer actions: installs dependencies (Java/JDK, curl/axel/unzip), downloads the official Burp Suite Pro JAR, and creates launchers/shortcuts.
- Loader location: uses a local Java agent at
burp-files/loader/loader-zero_nsec.jarto assist with license activation. - Loader policy: installers prefer local loader files and do not download loader artifacts from external sources.
Overview (click to expand)
Burp Suite Professional is an advanced web security testing tool that provides features such as an intercepting proxy, scanner, repeater, and intruder for manual and automated testing of web applications.
- Python 3
- Java (JDK/JRE 17+ recommended)
- Internet connection for downloading Burp Suite Pro JAR
-
Clone the repository:
git clone https://github.com/0nsec/BurpsuitePro.git cd BurpsuitePro -
Run the installer:
python3 install.py
The script will install dependencies, download Burp Suite Pro, set up the loader, and create launchers.
-
Download and extract the repository ZIP to a folder (e.g., C:\BurpsuitePro).
-
Open PowerShell as Administrator and navigate to the folder:
cd path\to\BurpsuitePro -
Run the installer:
python3 install.py
The script will install Java if needed, download Burp Suite Pro, set up the loader, and create shortcuts.
After installation:
- Linux: Run
burpsuiteprofrom terminal or use the desktop launcher. - Windows: Use the desktop shortcut or run burp.bat.
The custom loader handles license activation.

