Created
May 23, 2021 15:20
-
-
Save thypon/3671b10ca31048b34a524af1ef7caa8d to your computer and use it in GitHub Desktop.
Run BURP Within Your JVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
APP_PACKAGE="/Applications/Burp Suite Professional.app/" | |
exec java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.desktop/javax.swing=ALL-UNNAMED -Dinstall4j.launcherId=70 -Dinstall4j.swt=false -Dexe4j.moduleName="$APP_PACKAGE" -Dfile.encoding=UTF-8 -cp "$APP_PACKAGE/Contents/Resources/app/.install4j/i4jruntime.jar:$APP_PACKAGE/Contents/java/app/burpsuite_pro.jar" -Duser.dir="$APP_PACKAGE/Contents/Resources/app/./." com.install4j.runtime.launcher.MacLauncher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use native M1 builds! https://twitter.com/Burp_Suite/status/1468953031286816777?s=20