当前位置:网站首页>亲测可用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,可以查看到安装好的证书。
边栏推荐
- C reflection and type
- The use of El cascader and the solution of error reporting
- How to get all the values stored in localstorage
- 5. Logistic regression
- el-cascader的使用以及报错解决
- 用列表初始化你的vector&&initializer_list简介
- Live tiktok shop 2022 latest gameplay card slot overseas live e-commerce new traffic
- 零犀科技携手集智俱乐部:“因果派”论坛成功举办,“因果革命”带来下一代可信AI
- Spécifications techniques et lignes directrices pour la sélection des tubes TVS et ESD - Recommandation de jialichuang
- 微信小程序---WXML 模板语法(附带笔记文档)
猜你喜欢
openssl-1.0.2k版本升级openssl-1.1.1p
跟着CTF-wiki学pwn——ret2libc1
Qt QPushButton详解
20220703 week race: number of people who know the secret - dynamic rules (problem solution)
用列錶初始化你的vector&&initializer_list簡介
GFS分布式文件系統
保研笔记二 软件工程与计算卷二(13-16章)
SpreadJS 15.1 CN 与 SpreadJS 15.1 EN
Rasa 3.x 学习系列-Rasa 3.2.1 新版本发布
Redis高可用——主从复制、哨兵模式、集群
随机推荐
GFS Distributed File System
[day39 literature extensive reading] a Bayesian perspective on magnetic estimation
《牛客刷verilog》Part III Verilog企业真题
Bao Yan notebook IV software engineering and calculation volume II (Chapter 8-12)
QT--线程
【LeetCode】5. Valid Palindrome·有效回文
Zhongjun group launched electronic contracts to accelerate the digital development of real estate enterprises
Idea connects to MySQL, and it is convenient to paste the URL of the configuration file directly
MySQL delete uniqueness constraint unique
Qt QPushButton详解
保研笔记四 软件工程与计算卷二(8-12章)
Fiddler Everywhere 3.2.1 Crack
Part III Verilog enterprise real topic of "Niuke brush Verilog"
[classical control theory] summary of automatic control experiment
动态规划 之 打家劫舍
How to insert data into MySQL database- How can I insert data into a MySQL database?
98. Verify the binary search tree ●●
C reflection and type
Neural structured learning - Part 3: training with synthesized graphs
成为程序员的你,后悔了吗?