
What is BurpSuite?
Burp Suite is a web application security testing tool used by cybersecurity professionals to identify vulnerabilities in websites and web applications. It is widely used in penetration testing (pentesting) and ethical hacking to analyze and exploit potential security flaws.
Unlike traditional security software, Burp Suite acts as an intermediary (proxy) between your browser and the target website, allowing you to inspect, modify, and replay HTTP/HTTPS requests in real time.
The tool offers both a Community Edition (free) and a Professional version, with the latter including advanced automation and scanning capabilities.
Main Features
- Intercept and modify HTTP/HTTPS traffic
- Web vulnerability scanner (Professional version)
- Intruder tool for automated attacks
- Repeater for manual request testing
- Proxy for traffic analysis
- Extensions support (via BApp Store)
![]()
Requirements
You need to have at least Java JDK 21 installed.
You can download Java from the following link.
Steps
0. Download Burpsuite Pro Jar file
- Download link for BurpSuite 2026.3.1 (last tested).
- Direct download link for latest jar file: BurpSuitePro.jar
- Proxy for activation Burpsuite Pro: loader.jar
1. Execute loader.jar
First execute loader.jar on terminal.
java -jar loader.jar
2. Execute Burpsuite
Once you execute loader.jar, it will detect automatically if its on the same folder as your Burp Suite Pro jar file.
If not, simply change the end of the line “Loader Command” to the location of your Burp Suite Pro jar file.
Then simply click on Run.
3. License key
- When Burp Suite Pro opens, will ask for license key.
- We will paste the license given on loader.jar (use Ctrl+A for copying) to Burp Suite and press next.
- Will accept it and it will ask for “Activate License”, where we will use “Manual activation”.
- Click on “Copy request” that gives Burp Suite and paste to the textbox “Activation Request” from loader.jar.
- The file loader.jar will give an Activation Response that we can copy (Ctrl+A), then click on “Paste Response” on Burp Suite.
4. You did it
You successfully get Burp Suite Profesional activated.