2016-04-14, 05:46:43
Site has been hacked with updates to .htaccess and addition of mailicious php files including exploiting-blazers.php - all inn the root. Host is godaddy shared hosting account.
Site corrected and back up now, but want to spread the word and ask if others have the same problem?
I need to study everything available on securing the GS site, as I was confident the site was already secure. Your suggestions please?
.htaccess file was redirecting site only from search results as follows:
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ exploiting-blazers.php?$1 [L]
Working theory now is that godaddy shared hosting server was hacked and site folders crawled and code added to rot. Is this plausible?
Many thanks
Site corrected and back up now, but want to spread the word and ask if others have the same problem?
I need to study everything available on securing the GS site, as I was confident the site was already secure. Your suggestions please?
.htaccess file was redirecting site only from search results as follows:
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ exploiting-blazers.php?$1 [L]
Working theory now is that godaddy shared hosting server was hacked and site folders crawled and code added to rot. Is this plausible?
Many thanks