iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-14-2004, 03:51 PM
WebProWorld New Member
 
Join Date: Feb 2004
Location: Finland
Posts: 16
Txarán RepRank 0
Default The Ghost Java Script!!

There is couple of JS which I havent write and they appear on the source of my index page at : http://www.dunia.fi/daniel/
I wonder where it comes from and who ad it there? It goes like that:


<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

and at the end of the source page AFTER /HTML
again an other one similar:


<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}

function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>

WHERE THE HELL IS COMING FROM AND WHAT DOES IT DO??????
_________________
__________________
Natural ability without education
has more often attained to glory and virtue
than education without natural ability.

Cicero(106 BC-43 BC)
Reply With Quote
  #2 (permalink)  
Old 06-14-2004, 04:07 PM
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Toronto, Canada
Posts: 1,782
cyanide RepRank 0
Default

I don't see it.
Did you remove it? If you still see it, maybe it's a browser hijack
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote
  #3 (permalink)  
Old 06-14-2004, 04:30 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default Symantec

Quote:
Originally Posted by Txarán
WHERE THE HELL IS COMING FROM AND WHAT DOES IT DO??????
Symantec firewall software... looks like it's being a bit over-zealous here! ;o)

Try doing a lookup on Google for any of the key terms in the javascript, you'll see that it's been reported widely on many forums worldwide. There seems to be an ongoing debate as to where the onus lies as to the firewall configuration.

Norton Anti Virus users experiencing these weird 'script interventions' obviously believe that Symantec should take responsibility, whereas the manufacturers claim the responsiibility for configuration lies squarely with the user.

I'm sitting on the fence on this one... I like my Zone Alarm Pro! ;o)
Reply With Quote
  #4 (permalink)  
Old 06-15-2004, 11:46 AM
WebProWorld New Member
 
Join Date: Feb 2004
Location: Finland
Posts: 16
Txarán RepRank 0
Default

Quote:
Originally Posted by cyanide
I don't see it.
Did you remove it? If you still see it, maybe it's a browser hijack
Well I guess like paulhiles says my
Quote:
Symantec firewall software... looks like it's being a bit over-zealous here!
I can't beleive this, but if nobody see it then I guess its ok.
Thanks for your replies.
Daniel
__________________
Natural ability without education
has more often attained to glory and virtue
than education without natural ability.

Cicero(106 BC-43 BC)
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:14 AM.



Search Engine Optimization by vBSEO 3.3.0