This product is not a medicine and is not intended to replace medical treatment!
Please read the usage instructions carefully before use.
Explore the docs »
Release
·
Report Bug
·
Request Feature
Table of Contents
This is Burpsuite Pro Pack.
Here's why:
- Save your money
- Funny to use 😄
Hope y'all enjoy it!
Thanks Dr.FarFar for this loader
Builder:
The following steps must be followed.
Requirements:
- Windows: Run PowerShell as Administrator
- Linux: Run with sudo/root privileges
- Java 21 installed
Clone the repo
git clone https://github.com/nvth/burpsuite.git- Requirements
- JDK 21 installed (script can install OpenJDK 21 if missing)
-
Open PowerShell as Administrator (required)
Set-ExecutionPolicy RemoteSigned Set-ExecutionPolicy Unrestricted
Run
install.ps1Revert the execution policy (optional)
Set-ExecutionPolicy Default
Files are installed to:
C:\burpsuite_nvth\bin(launchers:burp.bat,BurpSuiteProfessional.vbs)C:\burpsuite_nvth\data(downloads:burpsuite_pro.jar,loader.jar, JDK installer, icon) Uninstall script:C:\burpsuite_nvth\uninstall.ps1(removes the entireC:\burpsuite_nvthfolder)
-
Activation and Start Menu shortcut
See capsule_windows.md for the full, illustrated steps.
Note (important): If you move the install folder, make sureburpsuite_nvthsits next to the script, then re-run the script. Example:burpsuite/ -- install.ps1 -- burpsuite_nvth/ |_ bin/ |_ data/
- Requirements
- Run with sudo/root privileges
- Java 18 or 21 (script can install OpenJDK 21 if missing)
- Run the installer
The script will download required files, set up Java (if needed), create a launcher and a desktop shortcut.
sudo bash install-linux.sh
- Files are installed to:
<repo>/burpsuite_nvth/bin(launcher:burp)<repo>/burpsuite_nvth/data(downloads:burpsuite_pro.jar,loader-ubuntu.jar, JDK, icon)~/.local/share/applications/BurpSuiteProfessional.desktop(desktop shortcut)/usr/local/bin/burp(symlink; falls back to~/.local/bin/burpif no sudo)- Uninstall script:
<repo>/burpsuite_nvth/uninstall.sh
- Auto-start after install
Before the script finishes, it will automatically open
loader-ubuntu.jarand then launchburpsuite_pro.jarto activate. - If you move the install folder, make sure
burpsuite_nvthsits next to the script, then re-run the script. Example:burpsuite/ -- install-linux.sh -- burpsuite_nvth/ |_ bin/ |_ data/ - After activate, on terminal, type
burp, happy hacking.
All-in-one script update coming soon.
Note: If Burp or your PC/laptop crashes or freezes, the installer auto-detects RAM and sets a minimum of 4GB for Burp. If your machine has less than 8GB of RAM, edit the launcher:
- Windows:
burpsuite_nvth/bin/burp.bat - Linux:
burpsuite_nvth/bin/burp
Example (default 4G):
java -Xmx4G --add-opens...
Change -Xmx4G to -Xmx2G, or remove the -Xmx option entirely:
java -Xmx2G --add-opens...
For more examples, please refer to the Documentation
- Add Changelog
- Add back to top links
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- English
- Vietnamese
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b) - Commit your Changes (
git commit -m) - Push to the Branch (
git push origin) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
kevin - @kevin - email@kevin.com
Project Link: https://github.com/nvth/burpsuite
