Is my ISP injecting JS line ?
Moderator: General Moderators
I recently read an article about an ISP inserting stuff into google's home page.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
I started this thread explaining why its not the browser at fault here.Inkyskin wrote:Have you tried other browsers yet too?
Its coming in directly through the network. The line is getting injected into the html page before its received in my PC.
Apparently, some script is attacking PCs with open ports.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
default, Windows Firewall.
But this is seems to affect the gateways at which point it modifies the HTML source.
But this is seems to affect the gateways at which point it modifies the HTML source.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
And your ISP have said...? When you request a file from 'localhost' this line isn't there then?anjanesh wrote:default, Windows Firewall.
But this is seems to affect the gateways at which point it modifies the HTML source.
For now I'd just disable JavaScript in your web browser and hassle your ISP for answers. Do you know other people using the same ISP as you who are experiencing the same issue?
Tech support from ISP at this level are no good. Called them once - tried explaining - same answer over & over again - pl contact hardware engineer.
For now, I've made 2 precautions :
1. Using AdBlock Plus extension on FF
2. Added entries in hosts file mapping them to 127.0.0.1
2. I dont think other users, who are affected know abt this.
3. I've come across 2 other Indians voicing their issues on the net regarding this - all on Windows XP SP2, different locations, different ISPs.
There arent many google results on 222360.com. Most of them in chinese.
Not very sure - but it seems to attack open ports resulting in slow internet.
How can I know & block the ports opened by FireFox & ThunderBird ? I understand FF uses some ports for bookmarks, etc.
I can see it in netstat
Obviously.When you request a file from 'localhost' this line isn't there then?
For now, I've made 2 precautions :
1. Using AdBlock Plus extension on FF
2. Added entries in hosts file mapping them to 127.0.0.1
1. It doesnt seem to be from one ISP alone (btw, there seems to be just one major ISP called AirTel that provide the groundwork for other ISPs)Do you know other people using the same ISP as you who are experiencing the same issue?
2. I dont think other users, who are affected know abt this.
3. I've come across 2 other Indians voicing their issues on the net regarding this - all on Windows XP SP2, different locations, different ISPs.
There arent many google results on 222360.com. Most of them in chinese.
Not very sure - but it seems to attack open ports resulting in slow internet.
How can I know & block the ports opened by FireFox & ThunderBird ? I understand FF uses some ports for bookmarks, etc.
I can see it in netstat
Code: Select all
...
TCP hpcompaq:1056 localhost:1057 ESTABLISHED 2492
[firefox.exe]
TCP hpcompaq:1057 localhost:1056 ESTABLISHED 2492
[firefox.exe]
TCP hpcompaq:1061 localhost:1062 ESTABLISHED 2492
[firefox.exe]
TCP hpcompaq:1062 localhost:1061 ESTABLISHED 2492
[firefox.exe]
...Code: Select all
; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA