To protect your website from malware attack I per form follow a few steps and get protect website from further attack.
Clean your files or upload clean files and use following line in your.htaccess file for further prevention of iframe /javascript injection.
RewriteEngine on
RewriteCond %{QUERY_STRING} ^.*(;|<|>|’|”|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC]
RewriteRule .* – [F]
This code is generally uploaded through FTP from infected PC, please scan your PC and change your FTP / control panel password asap.
Feel free to post comment for any query..
