javascript: 127.0.0.1:1025/js.cgi?paw&r=
I’m getting this on most of the websites I visit. But when I try to visit the same site on different location I don’t have it when viewing the source code.
And since 1025 port is used by some trojans I wonder if my pc is being hacked on under attacked? Please who could tell me what’s going on here…
<script language=‘javascript’ src=‘http://127.0.0.1:1025/js.cgi?pa&r=30106′></script>
I just found this from: http://www.wilderssecurity.com/archive/index.php/t-6735.html
<!– ZoneLabs Privacy Insertion –>
<script language=’javascript’ src=’http://127.0.0.1:1025/js.cgi?paw&r=14893′></script>
so it seems ZAPro does some extra too, but as i’ve seem my IP displayed in other places it’s not hiding all time.
and yes I’m using zone alarm, so I’m gonna check my zone alarm settings…




April 7th, 2008 at 1:18 pm
I think your javascripts broken
April 7th, 2008 at 1:25 pm
Nope. It’s not broken. This code is inserted on any site I visit using my pc but it’s not present when viewing those sites on other locations. And also found out according to that link I posted above it has something to do with zone alarm and I have zone alarm running on this pc.
July 10th, 2008 at 8:28 pm
Here’s the fix I used found on MS
If you are getting “Error number: 0×80072F76″ when you try to use Windows
Update, and you are using Zone Alarm, all you need to do is the following:
1. Open Zone Alarm and click the “Privacy” tab.
2. Turn off ALL privacy options! Yes ALL of them! ( The slider bars for
“Cookie Control” and “Add Blocking”, should say: “Off” and the “Mobile Code
Control” radio buttons should be set to “Off”) You may need to open the
“custom” options and uncheck them all manually.
3. Refresh the Windows Update page that was showing you the error, and
everything will show up like it should!
Why does this happen???
Zone Alarm uses a JavaScript “LoopBack Adapter” CGI filter to control all
privacy settings/behavior, and this majorly screws up Windows Update (as well
as the JavaScript of many other sites -though not usually as drastically).
ALL Zone Alarm “Privacy” options MUST be turned off before Zone Alarm will
stop filtering JavaScript in this way (using the CGI Loop-Back).
When Zone Alarm is filtering using the CGI Loop-Back, JavaScript that would
normally be processed as something like:
http://update.microsoft.com/windowsupdate/v6/shared/js/tgar.js?632681379147477303
Becomes something like:
http://127.0.0.1:1025/js.cgi?pa&r=11323
July 12th, 2008 at 8:45 pm
Thanks so much for your reply. I appreciated it alot!