0
点赞
收藏
分享

微信扫一扫

Fiddler - The system proxy was changed. Click to reenable capturing.


问题描述

Fiddler - The system proxy was changed. Click to reenable capturing._proxy

解决方案

  • 方法一:手动设置 Windows 代理

Fiddler - The system proxy was changed. Click to reenable capturing._capturing_02

Fiddler - The system proxy was changed. Click to reenable capturing._reenable_03

地址:http=127.0.0.1:8888;https=127.0.0.1:8888;ftp=127.0.0.1:8888

Ps:不推荐这种方法,因为按照这种方法修改后,关闭Fiddler后,电脑将不能上网,当然也有 bat 脚本可以去关闭,就是要高玩玩家来操作。

  • 方法二:ProcessMonitor 找出真凶

1、安装 ProcessMonitor 软件

2、cmd 运行 regedit 打开系统注册表,定位到 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings 路径

3、重点关注两个注册表数据,ProxyEnable 和 ProxyServer,ProxyEnable 值为 0 表示代理处于关闭状态,值为1表示打开状态;ProxyServer 值为异常的代理地址

Fiddler - The system proxy was changed. Click to reenable capturing._Click to_04

4、然后将 ProxyEnable 改为 0(或者直接通过系统UI操作将代理开关关闭)并清空 ProxyServer 的值

5、启动ProcessMonitor,点击红色框中图标开启事件捕获(Ctrl+E),截图是“开启捕获状态”

Fiddler - The system proxy was changed. Click to reenable capturing._proxy_05

6、添加过滤器(Ctrl + L)如下

Fiddler - The system proxy was changed. Click to reenable capturing._proxy_06

7、需要过滤的操作值为:RegSetValue;路径包含:ProxyEnable和 ProxyServer 然后正常使用你的电脑吧,等出现上不了网的情况之后。再来看下面一步

Fiddler - The system proxy was changed. Click to reenable capturing._reenable_07

8、我的电脑上居然是印象笔记在玩阴的,你的可能是其他软件。为了不误判,仔细看一下其修改内容

Fiddler - The system proxy was changed. Click to reenable capturing._proxy_08

9、代理开关的值从 0 变成了 1,数据改变为一个 int 值,长度 4 位

Fiddler - The system proxy was changed. Click to reenable capturing._Click to_09

10、代理服务器地址变成了最开始看到的127.0.0.1:1080,证据确凿。关闭代理设置开关,然后清理出问题的软件即可。

  • 方法三:其他代理软件搞的鬼

Fiddler - The system proxy was changed. Click to reenable capturing._Click to_10

Fiddler - The system proxy was changed. Click to reenable capturing._proxy_11

Fiddler - The system proxy was changed. Click to reenable capturing._Click to_12

Ps:类似这种代理软件,还有一种就是银联相关的软件也要小心噢~

举报

相关推荐

0 条评论