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

Windows

image-20251028211504267

一、Burp Suit的下载

  1. 访问官方网站

打开浏览器,访问 Burp Suite 的官方网站:https://portswigger.net/burp

image-20251028211943835

  1. 选择版本

Burp Suite 提供了三个版本:

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

image-20251028212054171

  1. 下载安装包

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

image-20251028212133272

二、Burp Suite 的安装

  1. 安装 Java 环境

Burp Suite 是基于 Java 开发的工具,因此需要先安装 Java 运行环境(JRE):

1)访问 Java 官方网站https://www.oracle.com/java/technologies/downloads/archive/,下载并安装 JDK8 及以上版本的 JRE。

2)安装完成后,打开命令行,输入 java -version,确认 Java 环境已正确安装。

20251028205702

  1. 安装 Burp Suite

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

20251028205746

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

20251028205751

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

20251028205850

三、Burp Suite 的使用

  1. 放入工具 jar 包

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

20251028212534

  1. 更新 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 年

20251028210553


attention_22075

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

20251028213045

复制License,选择手动激活

20251028213056

20251028232829

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

20251028211049

20251028211042

最后,激活成功!

20251028211148

本文链接:https://www.orcy.net.cn/4302.html,转载请附上原文出处链接

暂无评论

发表评论

电子邮件地址不会被公开。 必填项已用*标注