서버의 바이러스, 특히 팬더 연소 향 또는 돌연변이 바이러스에 감염되는 것은 매우 번거로운 일입니다. 컴퓨터에 숨어있을뿐만 아니라 모든 웹 파일에 일부 iframes를 추가하여 방문자가 계속 중독 될 수 있기 때문입니다. 나는 이것이 또한 그것이 빠르게 퍼질 수있는 방법이라고 생각합니다!
웹 페이지에서 iframe을 제거하려면 어려운 일입니다.
그래서 나는 그런 작은 도구를 썼는데, 그것이 약간 연주 할 수 있기를 바라고 있습니다.
코드를 복사하여 확장자로 HTA로 로컬로 저장하십시오. 그런 다음 두 번 클릭하여 실행하십시오
코드는 다음과 같습니다.
<html>
<헤드>
<hta : applicationid = replaceiframapp
ApplicationName = "rap1.0"
border = "대화 상자"[두껍고 대화 감상/없음/얇은]
Borderstyle = "Raised"[Normal/Complex/Raised/STATIC/SUNKEN]
캡션 = "예"
아이콘 = "res/warm.ico"
maximizebutton = "no"
MinimizeButton = "예"
showitaskbar = "예"
SingleInstance = "예"
sysmenu = "예"
버전 = "1.0"
Windowstate = "정상"
/>
<metahttp-equiv = "content-type"content = "text/html; charset = gb2312">
<title> REPLECTIFIFRAMEAPPLICATION </title>
<scriptType = "Text/JavaScript">
Window.Resizeto (800,520);
varclass = {
작성 : function () {
returnFunction () {
this.initialize.apply (this, arguments);
}
}
};
var $ = function (sname) {returnDocument.getElementById (sname);}
String.prototype.striptags = function () {
returnthis.replace (//? [^>]+>/gi, '');
};
String.prototype.escapehtml = function () {
vardiv = document.createElement ( 'div');
vartext = document.creatextNode (this);
Div.AppendChild (텍스트);
returndiv.innerhtml;