This script automates the setup and configuration of Burp Suite Professional on macOS, including downloading necessary resources and fixing common issues.
- Developer: @anbuinfosec
- GitHub Repository: Burp Suite Pro Mac
Visit the official Burp Suite Professional website to download the application. Install it in the default location:
/Applications/Burp Suite Professional.app
Clone this repository to get the setup script:
git clone https://github.com/anbuinfosec/burp-pro-mac.git
cd burp-pro-mac
chmod +x setup.sh
Run the script with the following options:
To set up Burp Suite with required configurations:
sudo ./setup.sh -setup
To fix the "Burp Suite Professional is damaged and can't be opened"
error:
sudo ./setup.sh -fix
To display usage and developer information:
./setup.sh -help
- Downloads the Keygen: Retrieves the required
BurpLoaderKeygen.jar
from the GitHub Repository. - Modifies Configuration: Adds necessary JVM options to
vmoptions.txt
for Burp Suite. - Handles Errors: Resolves macOS quarantine issues for downloaded applications.
The script automatically downloads the keygen from the following location: BurpLoaderKeygen.jar
- Ensure the
BurpLoaderKeygen.jar
is downloaded successfully to the application resource directory. - The script is designed for macOS users and assumes a specific Burp Suite installation path.
Developed by @anbuinfosec