https://github.com/denoyey/burpsuitepro
BurpsuitePro provides installation scripts for Burp Suite Professional on Linux and Windows, simplifying setup and updates for security testing tools. It also ensures compatibility with the required Java versions for seamless use.
https://github.com/denoyey/burpsuitepro
burpsuite burpsuite-download burpsuite-pro burpsuitepro kali-linux linux tools-hacking windows
Last synced: 24 days ago
JSON representation
BurpsuitePro provides installation scripts for Burp Suite Professional on Linux and Windows, simplifying setup and updates for security testing tools. It also ensures compatibility with the required Java versions for seamless use.
- Host: GitHub
- URL: https://github.com/denoyey/burpsuitepro
- Owner: denoyey
- Created: 2025-03-28T16:28:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T15:35:22.000Z (about 1 month ago)
- Last Synced: 2025-05-07T13:58:59.098Z (24 days ago)
- Topics: burpsuite, burpsuite-download, burpsuite-pro, burpsuitepro, kali-linux, linux, tools-hacking, windows
- Language: PowerShell
- Homepage:
- Size: 460 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Burpsuite Professional v2025 latest
Burp Suite Professional is a security tool for testing web applications. It allows users to monitor and modify data traffic between the browser and the server, search for vulnerabilities like SQL injection or XSS, and conduct attacks to test security. Burp Suite Professional includes features like Proxy, Scanner, Intruder, Repeater, and Decoder to analyze and identify security issues. This paid version is more comprehensive than the free version and is widely used by security professionals to secure web applications.

Web BurpsuitePro

Linux Installation
#### Auto Install
```sh
wget -qO- https://raw.githubusercontent.com/denoyey/BurpsuitePro/main/install.sh | sudo bash
```#### Run
```sh
burpsuitepro
```#### Update
> optional
```sh
cd && sudo rm -rf BurpsuitePro && wget -qO- https://raw.githubusercontent.com/denoyey/BurpsuitePro/refs/heads/main/update.sh | sudo bash
```#### Java Version
> select the default java version
```sh
sudo update-alternatives --config java
```- #### Setup Licenses
![]()
Note: Copy the license from loader to the burpsuite > manual activation > copy burpsuite request key to loader request > copy response key to the burpsuite.- #### Create a Launcher (xfce)
right click the desktop -> create a launcher name it Burpsuite Professional, add command `burpsuitepro` and select burpsuite community icon.
![]()
Windows Installation
- Make a `Burp` directory name in `C Drive` for faster access.- Download [install.ps1](https://codeload.github.com/denoyey/BurpsuitePro/zip/refs/heads/main) and extract move the file inside to `C:\Burp`
- Open `Powershell` as administrator and execute below command to set Script Execution Policy.
Set-ExecutionPolicy -ExecutionPolicy bypass -Scope process
- Inside PowerShell go to `cd C:\Burp`
- Now Execute `install.ps1` file in Powershell to Complete Installation.
./install.ps1
- Change the icon of `Burp-Suite-Pro.vbs` to the given icon- Create a shortcut to Desktop. Right Click over `Burp-Suite-Pro.vbs` Go to Shortcut tab, and below there is `Change Icon` tab
- Click there and choose the `burp-suite.ico` from `C:\Burp\`
![]()
- For Start Menu Entry, copy `Burp-Suite-Pro.vbs` file to
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
Credits###### Loader.jar by - [h3110w0r1d-y](https://github.com/h3110w0r1d-y/BurpLoaderKeygen)
###### Modified by - [denoyey](https://github.com/denoyey/BurpsuitePro)