Skip to content

nvth/burpsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

BurpSuite Pro Compatibility Pack

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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

(back to top)

Built With

Builder:

java chatgpt

(back to top)

Getting Started

The following steps must be followed.

Prerequisites

Requirements:

  • Windows: Run PowerShell as Administrator
  • Linux: Run with sudo/root privileges
  • Java 21 installed

Installation

Clone the repo

 git clone https://github.com/nvth/burpsuite.git

Windows

  1. Requirements
  • JDK 21 installed (script can install OpenJDK 21 if missing)
  1. Open PowerShell as Administrator (required)

    Set-ExecutionPolicy RemoteSigned
    Set-ExecutionPolicy Unrestricted

    Run install.ps1

    Revert 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 entire C:\burpsuite_nvth folder)
  2. Activation and Start Menu shortcut

    See capsule_windows.md for the full, illustrated steps.
    Note (important): If you move the install folder, make sure burpsuite_nvth sits next to the script, then re-run the script. Example:

    burpsuite/
    -- install.ps1
    -- burpsuite_nvth/
      |_ bin/
      |_ data/
    

(back to top)

Linux/Ubuntu

  1. Requirements
  • Run with sudo/root privileges
  • Java 18 or 21 (script can install OpenJDK 21 if missing)
  1. Run the installer
    sudo bash install-linux.sh
    The script will download required files, set up Java (if needed), create a launcher and a desktop shortcut.
  2. 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/burp if no sudo)
    • Uninstall script: <repo>/burpsuite_nvth/uninstall.sh
  3. Auto-start after install Before the script finishes, it will automatically open loader-ubuntu.jar and then launch burpsuite_pro.jar to activate.
  4. If you move the install folder, make sure burpsuite_nvth sits next to the script, then re-run the script. Example:
    burpsuite/
    -- install-linux.sh
    -- burpsuite_nvth/
       |_ bin/
       |_ data/
    
  5. After activate, on terminal, type burp, happy hacking.

Usage

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

(back to top)

Roadmap

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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b )
  3. Commit your Changes (git commit -m )
  4. Push to the Branch (git push origin )
  5. Open a Pull Request

Top contributors:

contrib.rocks image

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

kevin - @kevin - email@kevin.com

Project Link: https://github.com/nvth/burpsuite

(back to top)

About

sản phẩm không phải là thuốc, không có tác dụng thay thế thuốc chữa bệnh

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors