当前位置:网站首页>There is no network after configuring the agent by capturing packets with Fiddler mobile phones
There is no network after configuring the agent by capturing packets with Fiddler mobile phones
2022-07-05 23:54:00 【Big.】
For the first time fiddler Grab the bag , After configuring my own computer agent on my mobile phone, I found that there was no network connection , Configure others' agents to have network connections . After Baidu , After trying various methods, it was successfully solved , The whole operation process is recorded below :
1. Confirm that the mobile agent is not configured incorrectly :
Computer search id Address method : Start —— function ——cmd—— determine ——ipconfig—— enter ;
IPv4 The address is the computer id Address :
mobile phone HTTP The configuration agent in the agent , Select Manual , Then input the computer's ip Address , Port input fiddler The port set in ( It's usually 8888);
2. Modify registry information ;
Open the registry : function ——cmd—— determine ——regedit—— enter , stay HKEY_CURRENT_USER\Software\Microsoft\Fiddler2 Next create a DWORD, Value is set to 80( Decimal system )( Right click , Choose new ):
3. edit fiddlerScript rule;
stay fiddler In the menu bar , Click on Rules, choice Customize Rules, And then through ctrl+f lookup OnBeforeRequest Method to add a line of code ;
if (oSession.host.toLowerCase() == "webserver:8888")
{
oSession.host = "webserver:80";
}
- 1
- 2
- 3
- 4
- 5
PS: After setting these on my computer , Reopen fiddler I can't find it , Still no network connection , So I thought about whether to install the certificate , I will reinstall the certificate , Then reopen fiddler, Sure enough . Here are the steps to reinstall the certificate :
1. stay fiddler In the menu bar , Click on Tools, choice Options…
2. Click on HTTPS, choice Actions, And then choose Reset All Certificates, Click ok ;
3. Then the prompt message of installing the certificate will pop up , choice YES, Installation certificate ;
4. Once installed , stay Actions Choose from Open Windows Certificate Manager, You can view the installed certificate .
边栏推荐
- 保研笔记一 软件工程与计算卷二(1-7章)
- Spire Office 7.5.4 for NET
- How much do you know about the bank deposit business that software test engineers must know?
- Fiddler Everywhere 3.2.1 Crack
- [gym 102832h] [template] combination lock (bipartite game)
- Spire. PDF for NET 8.7.2
- XML configuration file (DTD detailed explanation)
- 同事悄悄告诉我,飞书通知还能这样玩
- QCombox(重写)+QCompleter(自动补全,自动加载qcombox的下拉选项,设置背景颜色)
- JS 这次真的可以禁止常量修改了!
猜你喜欢
跟着CTF-wiki学pwn——ret2libc1
My colleagues quietly told me that flying Book notification can still play like this
Bao Yan notes II software engineering and calculation volume II (Chapter 13-16)
Upgrade openssl-1.1.1p for openssl-1.0.2k
数据库遇到的问题
PV static creation and dynamic creation
保研笔记二 软件工程与计算卷二(13-16章)
GFS Distributed File System
XML configuration file (DTD detailed explanation)
Go language introduction detailed tutorial (I): go language in the era
随机推荐
【luogu P3295】萌萌哒(并查集)(倍增)
STM32__ 06 - single channel ADC
el-cascader的使用以及报错解决
Fiddler Everywhere 3.2.1 Crack
[gym 102832h] [template] combination lock (bipartite game)
开源crm客户关系统管理系统源码,免费分享
Bao Yan notebook IV software engineering and calculation volume II (Chapter 8-12)
Huawei simulator ENSP - hcip - MPLS experiment
Opencvsharp (C openCV) shape detection and recognition (with source code)
orgchart. JS organization chart, presenting structural data in an elegant way
FFT 学习笔记(自认为详细)
QT--线程
XML配置文件(DTD详细讲解)
CAS and synchronized knowledge
Yunna | what are the main operating processes of the fixed assets management system
The use of El cascader and the solution of error reporting
21.PWM应用编程
Zhuan: in the future, such an organization can withstand the risks
Miaochai Weekly - 8
保研笔记四 软件工程与计算卷二(8-12章)