当前位置:网站首页>亲测可用fiddler手机抓包配置代理后没有网络
亲测可用fiddler手机抓包配置代理后没有网络
2022-07-05 23:40:00 【大大。】
第一次使用fiddler抓包,手机配置我自己的电脑代理后发现没有网络连接,配置别人的代理就有网络连接。经过百度,尝试了各种方法之后成功解决,以下记录整个操作过程:
1.确认手机代理没有配置错误:
电脑查找id地址的方法:开始——运行——cmd——确定——ipconfig——回车;
IPv4地址就是电脑的id地址:
手机HTTP代理里面的配置代理,选择手动,然后在服务器中输入电脑的ip地址,端口输入fiddler中设置的端口(一般是8888);

2.修改注册表信息;
打开注册表:运行——cmd——确定——regedit——回车,在HKEY_CURRENT_USER\Software\Microsoft\Fiddler2下创建一个DWORD,值置为80(十进制)(右键,选择新建):

3.编辑fiddlerScript rule;
在fiddler菜单栏中,点击Rules,选择Customize Rules,然后通过ctrl+f查找OnBeforeRequest方法添加一行代码;
if (oSession.host.toLowerCase() == "webserver:8888")
{
oSession.host = "webserver:80";
}
- 1
- 2
- 3
- 4
- 5


PS:我的电脑在设置了这些之后,重新打开fiddler发现还是不行,依然没有网络连接,于是我就想到了是不是安装证书的问题,我就把证书重新安装,然后重新打开fiddler,果然就可以了。以下为重新安装证书的操作步骤:
1.在fiddler菜单栏中,点击Tools,选择Options…
2.点击HTTPS,选择Actions,然后选择Reset All Certificates,点击确定;


3.接着就会弹出安装证书的提示信息,选择YES,安装证书;
4.安装好了之后,在Actions中选择Open Windows Certificate Manager,可以查看到安装好的证书。

边栏推荐
- How to insert data into MySQL database- How can I insert data into a MySQL database?
- Idea connects to MySQL, and it is convenient to paste the URL of the configuration file directly
- Open3D 点云随机添加噪声
- Naoqi robot summary 26
- 20.移植Freetype字体库
- C # input how many cards are there in each of the four colors.
- 保研笔记一 软件工程与计算卷二(1-7章)
- GFS分布式文件系统
- 2022.6.20-6.26 AI行业周刊(第103期):新的小生命
- Technical specifications and model selection guidelines for TVs tubes and ESD tubes - recommended by jialichuang
猜你喜欢

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

el-cascader的使用以及报错解决

SpreadJS 15.1 CN 与 SpreadJS 15.1 EN

PV静态创建和动态创建

【二叉搜索树】增删改查功能代码实现

20. Migrate freetype font library

Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang

跟着CTF-wiki学pwn——ret2libc1

Spreadjs 15.1 CN and spreadjs 15.1 en

Part III Verilog enterprise real topic of "Niuke brush Verilog"
随机推荐
转:未来,这样的组织才能扛住风险
21. PWM application programming
Naoqi robot summary 26
Rasa 3. X learning series -rasa x Community Edition (Free Edition) changes
TVS管 与 稳压二极管参数对比
微信小程序---WXML 模板语法(附带笔记文档)
"14th five year plan": emphasis on the promotion of electronic contracts, electronic signatures and other applications
C reflection and type
15 MySQL stored procedures and functions
21.PWM应用编程
俄外交部:日韩参加北约峰会影响亚洲安全稳定
有什么不起眼却挣钱的副业?
Effet Doppler (déplacement de fréquence Doppler)
Use mapper: --- tkmapper
保研笔记四 软件工程与计算卷二(8-12章)
Part III Verilog enterprise real topic of "Niuke brush Verilog"
Neural structured learning - Part 3: training with synthesized graphs
Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang
[classical control theory] summary of automatic control experiment
CIS benchmark tool Kube bench