当前位置:网站首页>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 .

边栏推荐
- Add noise randomly to open3d point cloud
- QCombox(重写)+QCompleter(自动补全,自动加载qcombox的下拉选项,设置背景颜色)
- 云呐|固定资产管理系统主要操作流程有哪些
- QT--线程
- FFT 学习笔记(自认为详细)
- 软件测试工程师必会的银行存款业务,你了解多少?
- 20220703 week race: number of people who know the secret - dynamic rules (problem solution)
- Redis高可用——主从复制、哨兵模式、集群
- XML configuration file (DTD detailed explanation)
- 用列表初始化你的vector&&initializer_list简介
猜你喜欢

Part III Verilog enterprise real topic of "Niuke brush Verilog"

Learn PWN from CTF wiki - ret2libc1

JVM details

Spire Office 7.5.4 for NET

FFT 学习笔记(自认为详细)

How to rotate the synchronized / refreshed icon (EL icon refresh)

Bao Yan notes II software engineering and calculation volume II (Chapter 13-16)

CAS and synchronized knowledge

上门预约服务类的App功能详解

Hcip course notes-16 VLAN, three-tier architecture, MPLS virtual private line configuration
随机推荐
Zhongjun group launched electronic contracts to accelerate the digital development of real estate enterprises
[Luogu cf487e] tours (square tree) (tree chain dissection) (line segment tree)
What are Yunna's fixed asset management systems?
C# 文件与文件夹操作
14 MySQL view
2022.6.20-6.26 AI industry weekly (issue 103): new little life
CAS and synchronized knowledge
Initialiser votre vecteur & initialisateur avec une liste Introduction à la Liste
PV static creation and dynamic creation
Senparc. Weixin. Sample. MP source code analysis
保研笔记一 软件工程与计算卷二(1-7章)
Learn PWN from CTF wiki - ret2libc1
哪些偏门项目可以做到?自媒体做到月赚一万以上很难吗?
The PostgreSQL column reference 'ID' is ambiguous - PostgreSQL column reference'id'is ambiguous
Latex multiple linebreaks
XML configuration file (DTD detailed explanation)
After summarizing more than 800 kubectl aliases, I'm no longer afraid that I can't remember commands!
Rasa 3. X learning series -rasa 3.2.1 new release
亲测可用fiddler手机抓包配置代理后没有网络
激光slam学习记录