Use BurpSuite to app capture tutorial

1 Introduction

Here is the download of burp2.0

Link: https://pan.baidu.com/s/1-UhPLXcLUEXDcMIWzT50fw
Extraction code: vxym

2. Process

The prerequisite is to ensure that both the Android phone (simulator) and the notebook are connected to the same wifi

  1. First export the certificate, select Import/export CA certificate, select Certificate in DER format, and then select the certificate file storage point to save it (here I save it as 1.der, the name is random), basically click all the way down by default

export certificate

  1. Drag the previously saved certificate 1.der to the virtual machine, and rename the 1.der certificate to 1.cer

rename certificate

  1. Find security options in emulator settings

find security options

  1. Choose to install from SD card

Choose to install from SD card

  1. Select the certificate we just renamed. The name of the certificate is arbitrary. Here it is set to burp for easy viewing.

install certificate

  1. Enter ipconfig in this machine to view the same wifi segment as the Android phone (emulator)

check ip address

  1. Set up wifi in the Android phone (emulator), select advanced options, proxy manually, set to the ip found in the previous step, and the port is free, but do not use the already occupied one

set proxy

  1. The burp is also set to these parameters. After setting, open the Android phone (emulator), select the browser and enter the Baidu URL, if it can be opened (or the package can be caught), it means that the installation is successful.

Set burp proxy

Guess you like

Origin blog.csdn.net/ssjjtt1997/article/details/98945704