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

边栏推荐
- The difference of time zone and the time library of go language
- Doppler effect (Doppler shift)
- What if the C disk is not enough? Let's see how I can clean up 25g of temp disk space after I haven't redone the system for 4 years?
- Cwaitabletimer timer, used to create timer object access
- 4 points tell you the advantages of the combination of real-time chat and chat robots
- 多普勒效應(多普勒頻移)
- 时区的区别及go语言的time库
- Why use weak pointers for delegation- Why use weak pointer for delegation?
- My colleagues quietly told me that flying Book notification can still play like this
- 15 MySQL-存储过程与函数
猜你喜欢

用列表初始化你的vector&&initializer_list简介

Huawei simulator ENSP - hcip - MPLS experiment

跟着CTF-wiki学pwn——ret2libc1

Redis高可用——主从复制、哨兵模式、集群

What are Yunna's fixed asset management systems?

Fiddler Everywhere 3.2.1 Crack

GFS分布式文件系统

21.PWM应用编程
![[online chat] the original wechat applet can also reply to Facebook homepage messages!](/img/d2/1fd4de4bfd433ed397c236ddb97a66.png)
[online chat] the original wechat applet can also reply to Facebook homepage messages!

Learn PWN from CTF wiki - ret2libc1
随机推荐
ts类型声明declare
C # input how many cards are there in each of the four colors.
Yunna | what are the main operating processes of the fixed assets management system
Latex multiple linebreaks
15 MySQL-存储过程与函数
Effet Doppler (déplacement de fréquence Doppler)
My colleagues quietly told me that flying Book notification can still play like this
Redis high availability - master-slave replication, sentinel mode, cluster
Qcombox (rewrite) + qcompleter (auto completion, auto loading the drop-down options of qcombox, setting the background color)
20.移植Freetype字体库
After summarizing more than 800 kubectl aliases, I'm no longer afraid that I can't remember commands!
Objective C message dispatch mechanism
总结了 800多个 Kubectl 别名,再也不怕记不住命令了!
【SQL】各主流数据库sql拓展语言(T-SQL 、 PL/SQL、PL/PGSQL)
orgchart. JS organization chart, presenting structural data in an elegant way
Initialiser votre vecteur & initialisateur avec une liste Introduction à la Liste
What are Yunna's fixed asset management systems?
Why use weak pointers for delegation- Why use weak pointer for delegation?
TS type declaration
Learn PWN from CTF wiki - ret2libc1