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

边栏推荐
- Qt QPushButton详解
- Latex multiple linebreaks
- 【GYM 102832H】【模板】Combination Lock(二分图博弈)
- 云呐|固定资产管理系统主要操作流程有哪些
- 单商户V4.4,初心未变,实力依旧!
- Russian Foreign Ministry: Japan and South Korea's participation in the NATO summit affects security and stability in Asia
- shardingsphere源码解析
- Huawei simulator ENSP - hcip - MPLS experiment
- Effet Doppler (déplacement de fréquence Doppler)
- 4 points tell you the advantages of the combination of real-time chat and chat robots
猜你喜欢

Breadth first search open turntable lock

QT QPushButton details

20220703 周赛:知道秘密的人数-动规(题解)

云呐|公司固定资产管理系统有哪些?

Zero rhino technology joined hands with the intelligence Club: the "causal faction" forum was successfully held, and the "causal revolution" brought the next generation of trusted AI

rsync远程同步

如何让同步/刷新的图标(el-icon-refresh)旋转起来

Learn PWN from CTF wiki - ret2libc1

XML配置文件(DTD详细讲解)

GFS分布式文件系统
随机推荐
激光slam学习记录
How to rotate the synchronized / refreshed icon (EL icon refresh)
Make a short video clip number of we media film and television. Where can I download the material?
零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
VBA fast switching sheet
JVM details
单商户V4.4,初心未变,实力依旧!
【EF Core】EF Core与C# 数据类型映射关系
Fiddler Everywhere 3.2.1 Crack
俄外交部:日韩参加北约峰会影响亚洲安全稳定
openssl-1.0.2k版本升级openssl-1.1.1p
如何提升口才
用列錶初始化你的vector&&initializer_list簡介
Rsync remote synchronization
What is a humble but profitable sideline?
Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes
云呐|固定资产管理系统功能包括哪些?
15 MySQL-存储过程与函数
21.PWM应用编程
Bao Yan notes II software engineering and calculation volume II (Chapter 13-16)