90_ 发表于 2024-1-3 20:31:15

Burp Suite loader

BurpSuitePro 下载地址
   
https://portswigger.net/burp/releases

Loader
    

SHA256: 23499F88ED11FA69E6A9BF5B17594B326EF71C631D28DA804F02C3EF08C68150
MD5: 694738870DB8D69A6F1BEB6D05CD0999

Windows 启动器源码
   

SHA256: BDF5FAC98B8709532E721A75A6EFD491BFC54E09739436119BDBFCBCA12A82B5
MD5: 91231D19E6EB35CCA959252EF01ECEA9

Windows
放置进安装目录


macOS

1.下载macOS (Intel/M1)放置Loader至如下路径
/Applications/Burp Suite Professional.app/Contents/Resources/app

2.修改如下路径文件内容
/Applications/Burp Suite Professional.app/Contents/Info.plist

3.修改Info.plist文件,<string>-Dexe4j.moduleName=$APP_PACKAGE</string> 后插入如下语句
......
<string>-noverify</string>
<string>--add-opens</string>
<string>java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED</string>
<string>--add-opens</string>
<string>java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED</string>
<string>-javaagent:$APP_PACKAGE/Contents/Resources/app/BurpSuiteLoader.jar</string>

4.使用启动台中的BurpSuite快捷方式
页: [1]
查看完整版本: Burp Suite loader