virus problem in home page [closed]
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this questioni have recently maked a site which if i open that in chrome it gives me a malware protection error and if i open it in ff or ie it gives me to install Java plugin, but i haven't add any java applet to home page and not any maleware or trojan on home page why it is showing it to me......
please let me know how can i check my html code for virus or iframes for viruses
Check your HTML code for suspicious <script>
and <iframe>
blocks. If you find any, they could have been added by a virus on your computer or by someone who sniffed your FTP password and changed the files on the FTP server.
It might be you did not properly sanitize input you output and someone exploited this to inject malicious code to your site. This could be through URL params or forms for example or when including content from other servers, like ad rotation banners.
See
- http://en.wikipedia.org/wiki/Cross-site_scripting
- http://en.wikipedia.org/wiki/Csrf
精彩评论