Burp Suite Professional 2025.10下载、安装、汉化教程

- 官网地址:https://portswigger.net/burp
- 下载地址:https://portswigger.net/burp/releases
- 汉化工具:https://w7jj3-my.sharepoint.com/:f:/g/personal/pony_orcycloud_com/ElRqO3Ik0UpLrmm5URR4Gp8BJIjaXiQEKs3oLd9b6KCo3w?e=vmNDAo
一、Burp Suit的下载
- 访问官方网站
打开浏览器,访问 Burp Suite 的官方网站:https://portswigger.net/burp

- 选择版本
Burp Suite 提供了三个版本:
- Community Edition:免费版本,功能有限,适合个人学习和简单测试。
- Professional Edition:专业版本,功能全面,适合安全研究人员和渗透测试人员。
- Enterprise Edition:企业版本,支持团队协作和自动化扫描。
- 这里我们选择 Professional Edition 版本,访问下载页面:https://portswigger.net/burp/releases

- 下载安装包
下载完成后,你会得到一个 .exe 安装包,如下图所示

二、Burp Suite 的安装
- 安装 Java 环境
Burp Suite 是基于 Java 开发的工具,因此需要先安装 Java 运行环境(JRE):
1)访问 Java 官方网站https://www.oracle.com/java/technologies/downloads/archive/,下载并安装 JDK8 及以上版本的 JRE。
2)安装完成后,打开命令行,输入 java -version,确认 Java 环境已正确安装。

- 安装 Burp Suite
1)启动安装包后,进入欢迎界面,点击 Next

2)默认情况下,Burp Suite 会安装到 C:\Programs Files\BurpSuitePro 目录。如果需要更改安装路径,可以点击 Browse 选择其他目录。

3)设置 .burp 文件的默认打开程序为 Burp Suite,点击 Next

三、Burp Suite 的使用
- 放入工具 jar 包
安装好 Burp Suite 之后,我们打开安装路径 C:\Programs Files\BurpSuitePro,将我们工具包中的两个 .jar 文件拷贝进来,如下图所示:

- 更新
BurpSuitePro.vmoptions文件
将 BurpSuitePro.vmoptions 文件中的内容更新为如下:
# 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 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
启动 Burp Suite,可以看到汉化成功,并且在工具栏的 帮助 > 许可证 中可以看到,有效期到 2099 年


如果启动时要求输入密钥,双击运行BurpLoaderKeygen.jar

复制License,选择手动激活


将请求复制到Keygen中,生成响应,粘贴到Burp Suite中,Next


最后,激活成功!

发表评论