BurpSuite ultra-detailed installation tutorial - function overview - configuration - tutorial --- (download link attached)

1. Introduction

BurpSuite is one of the best tools for penetration testing, vulnerability mining, and web application testing. It is an integrated attack testing platform for attacking web applications. It can capture, replay, and blast. It includes many tools and can handle Corresponding HTTP messages, persistence, authentication, proxy, logging, alerting.

2. Tool download link

Link: https://pan.baidu.com/s/1pdEsqigVJCqg3AWEzsTsgw

Extraction code: ranz

Unzip after downloading

If you don’t have an online disk member and feel that the download is too slow, you can follow and send “BurpSuit” in the comments, and then send you a private message.

3. Download and install jdk and jre

Note: During this process, all file installation paths should not contain Chinese! ! !

1.jdk

Open the folder just unzipped, and double-click the file "jdk-8u201-windows-x64" in the path of "BurpSuite+jdk\jdk-8u201-windows-x64" to run it.

Click [Next].

After changing the installation path, click [Next] (Note: Make sure you can find the installation location later).

Wait for it to install (about 30 seconds)

After the installation is complete, the following window will pop up, click [OK].

2.jre

After clicking [OK] in the previous step, a window for installing jre will pop up automatically.

After changing the installation path, click [Next] (Note: Make sure you can find the installation location later).

Wait for its installation to complete (about 30 seconds)

The following window appears to indicate that the installation has been completed, click [Close].

Fourth, configure the JAVA environment variable

1. Right-click [This Computer] and click [Properties]

2. Click [Advanced System Settings]

3. Click [Environment Variables]

4. Click [New] under the system environment variable

5. Create the system environment variable "JAVA_HOME"

变量名(直接复制粘贴):
JAVA_HOME
变量值(刚刚安装的jdk的路径,需要根据自己安装的位置进行填写):
C:\JAVA\jdk

6. Create the system environment variable "CLASSPATH"

变量名(直接复制粘贴):
CLASSPATH
变量值(直接复制粘贴):
.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar

7. Modify the " Path " variable (single line, list display)

There may be two situations here. One is single-line display when editing the page after double-clicking the Path variable, and the other is list display. The processing methods for the two situations are as follows.

<Path variable single line display>

双击Path变量,在弹出的窗口中的【变量值】部分的末尾粘贴下面变量值后点击【确定】。

变量值(直接复制粘贴到单行变量的末尾):
;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

<Path variable list display>

双击Path变量,在弹出的窗口点击【新建】后分别输入下面的变量值,两个变量值均创建完成后点击【确定】。

变量值1(直接复制粘贴):%JAVA_HOME%\bin
变量值2(直接复制粘贴):%JAVA_HOME%\jre\bin

8. After adding and modifying the above three variables, click [OK]

9. Click [OK] again

10. Verify

使用键盘“win+R”键输入“cmd”打开命令提示符。

在命令提示符下分别输入“java”以及“javac”,得到以下页面就代表JAVA成功安装并配置完成。

11.结束

至此,JAVA环境变量就配置完成了!

五、破解打开BurpSuite

1.在“BurpSuite+jdk\burpsuite”路径下双击文件“burp-loader-keygen”进行运行

2.点击【run】

3.等待约7s后点击【I Accept】

4.将左边窗口里的代码复制后粘贴到右面窗口

5.点击【Next】

6.点击【Manual activation】

7.在右面窗口点击【Copy request】后将代码粘贴到左面窗口

8.将左边窗口里的代码复制后粘贴到右面窗口

9.点击【Next】

10.点击【Finish】

11.点击【Next】

12.点击【Start Burp

13.结束

至此,BurpSuit就已经破解并成功打开了!

六、配置代理

这里推荐大家使用火狐浏览器

1.打开火狐浏览器,点击【扩展和主题】

2.在搜索框输入“FoxyProxy Standard”后搜索

3.点击第一个

4.点击【添加到 Firefox】

5.点击【添加】

6.在弹出的页面下滑后点击【返回】

7.点击【添加】

8.代理ip地址和端口处分别输入“127.0.0.1”、“8080”后点击【保存】

9.得到以下页面即配置完成

10.结束

至此,浏览器代理配置就已经完成了!

七、使用教程

以抓取百度搜索时的数据包为例

1.打开浏览器代理

2.开启拦截

3.开始搜索

4.第一次使用可能会出现以下弹窗

5.点击【高级】后点击【接受风险并继续】

6.再次进行上述步骤后可以看到数据包已经成功抓取到

7.结束

至此,简单演示完成

八、BurpSuite功能介绍

Target(目标)——显示目标目录结构的的一个功能。
Proxy(代理)——拦截HTTP/S的代理服务器,作为一个在浏览器和目标应用程序之间的中间人,允许你拦截,查看,修改在两个方向上的原始数据流。
Spider(蜘蛛)——应用智能感应的网络爬虫,它能完整的枚举应用程序的内容和功能。
Scanner(扫描器)——高级工具,执行后,它能自动地发现web 应用程序的安全漏洞。
Intruder(入侵)——一个定制的高度可配置的工具,对web应用程序进行自动化攻击,如:枚举标识符,收集有用的数据,以及使用fuzzing 技术探测常规漏洞。
Repeater(中继器)——一个靠手动操作来触发单独的HTTP 请求,并分析应用程序响应的工具。
Sequencer(会话)——用来分析那些不可预知的应用程序会话令牌和重要数据项的随机性的工具。
Decoder(解码器)——进行手动执行或对应用程序数据者智能解码编码的工具。
Comparer(对比)——通常是通过一些相关的请求和响应得到两项数据的一个可视化的“差异”。
Extender(扩展)——可以让你加载Burp Suite的扩展,使用你自己的或第三方代码来扩展Burp Suit的功能。
Options(设置)——对Burp Suite的一些设置。

Guess you like

Origin blog.csdn.net/weixin_62808713/article/details/128719786