Today temporarily add a job, mobile phone needs to grab the bag, look at the different grab tools, and finally determine the use of the Fiddler grab Bag tool to operate, here is an example of Android to record the tool configuration and use of the operation.
Installation of Fiddler
There are many Fiddler on the Internet, here I mainly use the green version, Baidu Network disk address as follows: Link: https://pan.baidu.com/s/1boKNRkz Password: Njye
Open using the original directly,
Configuration of the Fiddler
The next step is how to configure the Fiddler, which can be used to grab the Android phone.
First open the Fiddler software interface
Fiddler the configuration on the installed PC
Open the Fiddler menu Tools-->fiddler Options->https Open the Configuration interface,
1. Configure Fiddler to allow monitoring of HTTPS
Tick decrypt HTTPS traffic and ignore servercertificate errors two items (first click will pop up whether to trust fiddler certificate and Security prompts, directly click Yes on the line), see figure:
2. Configure Fiddler to allow remote connections
Click Tools->fiddler options->connections in the previous step window to select Allow remote computers to connect, the default listener port is 8888 (Fiddler listens on Port is port number), if ports are occupied can be set to other port number, configured to restart Fiddler, such as:
Click "OK", so the PC end is configured to complete. The next step is the configuration of the mobile phone, which is illustrated in Android as an example (the iOS method is basically the same).
Android Phone Configuration
First of all to ensure that the PC and the phone in the same network, where the use of PC-shared wireless WiFi, so meet the conditions.
Then find the IP address of the machine, enter the command in CMD to ipconfig /all
view the native IP,
1. Mobile network Configuration
Mobile phone and computer in the same network, open the mobile browser HTTP://IP: Port number, here is http://192.168.8.170:8888, (port number is the port number set in the PC-side configuration connections), open
In the Open interface, click "Fiddlerroot Certificate" to install the Fiddler certificate to the phone,
interface, set the certificate name and save it.
Next is the mobile WiFi connection settings,
WiFi settings, click the "Advanced Selection" button, set the following settings to manually set the proxy server IP and port number, see figure.
After the PC and phone settings are complete, we can open the Sogou browser on the phone, and fiddler can grab the bag,
Attention
- Make sure that the firewall on this computer is off
- Make sure your phone and PC are on the same network
After the first configuration is complete, unable to operate, fiddler can not grasp the package, repeated views repeatedly, configuration is not a problem, and later modified the [filter session source]: Select only from the browser's "Web Browsers" change to not from the browser "Non-browser" or "all Processes ",
This allows the mobile phone to grab the packet operation.
Fiddler+android Grab Kit tool configuration using