Last active
January 22, 2023 03:05
-
-
Save thomashartm/b27ae49e9eafb248c357652e305e4b30 to your computer and use it in GitHub Desktop.
Debug Burp Suite for Burp Extension Development
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
cd /Applications/Burp Suite Professional.app/Contents/java/app | |
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar burpsuite_pro.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment