跳到正文
OBSERVATION ENTRY网络安全

Burp Suite Pro 2025安装与Crack

2026-02-161181 分钟

声明#

环境:macOS 26.3 M1

Burp Suite Pro 2025.2.4

下载本体#

前往PortSwigger门户下载本体

image-20260216213629201
image-20260216213629201

正常执行安装步骤#

移入文件夹,这步都会吧

然后一定要先运行一次!

然后一定要先运行一次!

然后一定要先运行一次!

image-20260216212143656
image-20260216212143656

执行Crack#

修改文件#

右键应用,选择显示包内容

image-20260216212458047
image-20260216212458047

进入Contents目录

VS Code编辑vmoptions.txt

diff
16LINES
# Enter one VM parameter per line
# For example, to adjust the maximum memory usage to 512 MB, uncomment the following line:
# -Xmx512m
# To include another file, uncomment the following line:
# -include-options [path to other .vmoption file]

 -XX:MaxRAMPercentage=50
 -include-options settings.vmoptions
 -include-options user.vmoptions
+ -javaagent:BurpLoaderKeygen.jar
+ -javaagent:BurpSuiteChs.jar
+ --add-opens=java.base/java.lang=ALL-UNNAMED
+ --add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
+ --add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
+ --add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED
+ -noverify

纯净版:

text
16LINES
# Enter one VM parameter per line
# For example, to adjust the maximum memory usage to 512 MB, uncomment the following line:
# -Xmx512m
# To include another file, uncomment the following line:
# -include-options [path to other .vmoption file]

-XX:MaxRAMPercentage=50
-include-options settings.vmoptions
-include-options user.vmoptions
-javaagent:BurpLoaderKeygen.jar
-javaagent:BurpSuiteChs.jar
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED
--add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED
-noverify

放入汉化与Crack文件#

BurpSuiteChs.jarBurpLoaderKeygen.jar两个文件放入如下目录: Contents/Resources/app/

image-20260216213042053
image-20260216213042053
订阅
LICENSE
作者:Teror Fox
本文:Burp Suite Pro 2025安装与Crack
链接:https://blog.trfox.top/posts/cybersecurity/install-and-crack-burp-2025
COMMENTS

评论

加载评论区…