返回列表 发帖

[原创]最近的几个小研究发现

[这个贴子最后由黑色海岸线在 2004/11/24 09:23am 第 3 次编辑] 1.万象网络妙管家破解 现在这个软件是网吧比较流行的,但是说是破解也算不上 ,好了,不罗嗦了,开始 条件:你必需在机子上,而且已经被管理员合法开通使用 环境:当你的时间快要完了 方法:把网卡禁用,然后等你的上机时间过了就启用网卡,一切OK,免费的继续 :20: :20: 拓展:以下方法没有测试,大家可以测试.当你启动机器前,你把网线拔了,进去后看是否是无锁定,如果是,插网线,享用.如果不是,而是锁定状态,本拓展思路错误! 漏洞:利用本软件的管理模式:当时间到的时候发送停止使用指令,而以后不再发布侦测是否有机子在使用! 说明:本方法不含有任何技术因素,只是随便利用了一个小bug! 2.rasctrs损坏终端服务导致终端登录黑屏解决办法 现象:在事件查看器里显示:事件 ID ( 2001 )的描述(在资源( rasctrs )中)无法找到。本地计算机可能没有必要的注册信息或消息 DLL 文件来从远端计算机显示消息。 来源:浏览了恶意代码的网页,比喻现在比较流行的网页颜色自动转换,代码见下面: 说明:该错误不会损伤radmin服务 解决条件:你在服务起旁边或者装有另外的远程管理软件 解决办法:重新安装终端服务,而重新安装不会损坏以前的端口重定向等服务! 建议:1)服务器常用组件在机子里保持安装文件备份! 2)安装除终端外的远程管理软件,建议安装radmin服务,本站下载区提供了下载
  1. <SCRIPT language=JavaScript type=text/JavaScript>
  2. <!--
  3. function MM_preloadImages() { //v3.0
  4. var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  5. var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  6. if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  7. }
  8. function MM_swapImgRestore() { //v3.0
  9. var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  10. }
  11. function MM_findObj(n, d) { //v4.01
  12. var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  13. d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  14. if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  15. for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  16. if(!x && d.getElementById) x=d.getElementById(n); return x;
  17. }
  18. function MM_swapImage() { //v3.0
  19. var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  20. if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  21. }
  22. //-->
  23. </SCRIPT>
  24. <SCRIPT LANGUAGE="JavaScript">
  25. <!-- Hide from old browsers
  26. var Color= new Array(9);
  27. Color[1] = "ff";
  28. Color[2] = "ee";
  29. Color[3] = "dd";
  30. Color[4] = "cc";
  31. Color[5] = "bb";
  32. Color[6] = "aa";
  33. Color[7] = "99";
  34. Color[8] = "88";
  35. Color[9] = "77";
  36. Color[10] = "66";
  37. Color[11] = "55";
  38. Color[12] = "44";
  39. Color[13] = "33";
  40. Color[14] = "22";
  41. Color[15] = "11";
  42. Color[16] = "00";
  43. /* Do not display text on a fading background. Instead, let it
  44. fade in and out once or twice, then load a new page. */
  45. function fadeIn(where) {
  46. if (where >= 1) {
  47. document.bgColor="#" + Color[where] +"0000";
  48. where -= 1;
  49. setTimeout("fadeIn("+where+")", 15);
  50. } else {
  51. setTimeout('fadeOut(1)', 15);
  52. }
  53. }
  54. function fadeOut(where) {
  55. if (where <=16) {
  56. document.bgColor="#" + Color[where] +"0000";
  57. where += 1;
  58. setTimeout("fadeOut("+where+")", 15)
  59. } else {
  60. setTimeout("fadeIn(16)", 15);
  61. }
  62. }
  63. // Unhide -->
  64. </SCRIPT>
  65. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  66. <LINK href="myf.files/ydsa.css"
  67. type=text/css rel=stylesheet>
  68. <META content="MSHTML 6.00.2800.1106" name=GENERATOR>
  69. <style type="text/css">
  70. <!--
  71. .style1 {color: #CCFF00}
  72. .style4 {
  73. color: #CCCC00;
  74. font-size: 18pt;
  75. font-weight: bold;
  76. }
  77. .style5 {
  78. color: #CC0000;
  79. font-size: 14pt;
  80. }
  81. -->
  82. </style>
复制代码

返回列表 回复 发帖