離逝的風 发表于 2009-2-28 20:40:25

测试病毒

<script>
window.onerror=null;
var down;
function Minutes(data) {
      for(var i=0;i<data.length;i++)
                if(data.substring(i,i+1)==":")
                break;
                return(data.substring(0,i));
}

function Seconds(data) {      
      for(var i=0;i<data.length;i++)
                if(data.substring(i,i+1)==":")
                break;
                return(data.substring(i+1,data.length));
}

function faketake(percent1){
if(percent1 < 100){
   percent1++;
   window.status="正在下载病毒: In Progress: "+percent1+"% Complete";
   fid1=window.setTimeout("faketake("+percent1+")",25)

} else {

   fid1=window.setTimeout("fakeformat(0)",150);

}
}

function fakeformat(percent){
if(percent < 100){
    percent++;
    window.status="正在把病毒传给 C:\\"+percent+"% Complete";
    fid=window.setTimeout("fakeformat("+percent+")",150); // 900
} else {
    window.status="文件已经被病毒感染,下次启动时发作,世界真是黑暗..哈哈!!!";
    }
}
window.setTimeout('faketake(-1)',200);

</SCRIPT>

離逝的風 发表于 2009-2-28 20:48:19

wait...<BR><BR>
<SCRIPT>alert("Discuz 6.1.0 XSS 0day")</SCRIPT>

<SCRIPT language=javascript>
//luxiaoqing
Phrase="欢迎你的光临"
Balises=""
Taille=40;
Midx=500;
Decal=0.5;
Nb=Phrase.length;
y=-10000;
for (x=0;x<Nb;x++){
Balises=Balises + '<DIV Id=L' + x + ' STYLE="width:3;font-family: Courier New;font-weight:bold;position:absolute;top:40;left:50;z-index:0">' + Phrase.charAt(x) + '</DIV>'
}
document.write (Balises);
Time=window.setInterval("Alors()",10);
Alpha=5;
I_Alpha=0.05;

function Alors(){
      Alpha=Alpha-I_Alpha;
      for (x=0;x<Nb;x++){
                Alpha1=Alpha+Decal*x;
                Cosine=Math.cos(Alpha1);
                Ob=document.all("L"+x);
                Ob.style.posLeft=Midx+100*Math.sin(Alpha1)+50;
                Ob.style.zIndex=20*Cosine;
                Ob.style.fontSize=Taille+25*Cosine;
                Ob.style.color="rgb("+ (27+Cosine*80+50) + ","+ (127+Cosine*80+50) + ",0)";
      }
}

</SCRIPT>

chsi 发表于 2009-2-28 23:40:34

这个叫恶意代码~不算病毒

zhs490770 发表于 2009-3-1 18:09:05

回复 2楼 離逝的風 的帖子

哇 你也发。。。很害人啊

不锈钢 发表于 2009-3-10 20:49:35

木反应

zhs490770 发表于 2009-3-15 16:00:00

原帖由 離逝的風 于 2009-2-28 20:48 发表 http://www.cncalc.org/images/common/back.gif
wait...
alert("Discuz 6.1.0 XSS 0day")


//luxiaoqing
Phrase="欢迎你的光临"
Balises=""
Taille=40;
Midx=500;
Decal=0.5;
Nb=Phrase.length;
y=-10000;
for (x=0;x

哇 好邪恶

Ulysses 发表于 2009-7-17 14:27:46

我还以为是这个……
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
把这个代码复制到记事本里,随便保存。然后卡巴斯基就会红脸。
别的杀软如果没反应,扫描一下试试。哈哈!

chsi 发表于 2009-7-17 20:36:03

我还以为是这个……
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
把这个代码复制到记事本里,随便保存。然后卡巴斯基就会红脸。
别的杀软如果没反应,扫描一下试试。哈哈!
Ulysses 发表于 2009-7-17 14:27 http://www.cncalc.org/images/common/back.gif

这个是病毒测试文件,用来测试杀毒软件正常运行的

Ulysses 发表于 2009-7-18 09:54:32

对啊对啊,所以叫测试病毒啊。
页: [1]
查看完整版本: 测试病毒