查看: 2668|回复: 10
收起左侧

[可疑文件] footer.php

[复制链接]
引领五基生活
发表于 2018-7-10 22:32:59 | 显示全部楼层 |阅读模式
360
  1. 类型:木马-virus.html.cloud.1
  2. 描述:木马是一种伪装成正常文件的恶意软件,会盗取您的帐号、密码等隐私资料。
  3. 扫描引擎:QEX引擎
  4. 文件路径:C:\Users\Administrator\Desktop\footer.php
  5. 文件大小:3.2K (3,321 字节)
  6. 文件指纹(MD5):f28cd6f36aa4b368c0dd215cece3baf2
  7. 数字签名:
  8. 数字签名是否有效:无效
  9. 处理建议:修复文件
复制代码
密码123
https://biji.io/2017/4905.html

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
病毒探索者
发表于 2018-7-10 22:37:18 | 显示全部楼层
Norton miss
扫描统计信息:
  扫描开始:
   本地: 2018/7/10 星期二 22:35
   UTC: 2018/7/10 星期二 14:35
  扫描时间: 3 秒
  扫描目标: C:\Users\Administrator\Desktop\footer.php
  计数:
   扫描的项目总数: 1
   - 文件和目录: 1
   - 注册表条目: 0
   - 进程和启动项目: 0
   - 网络和浏览器项目: 0
   - 其他: 0
   - 受信任文件: 0
   - 跳过的文件: 0

   检测到的安全风险总数: 0
   已解决的项目总数: 0
   需要注意的项目总数: 0

已解决的威胁:
未解决任何风险

未解决的威胁:
没有未解决的风险

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
Eset小粉絲
发表于 2018-7-10 22:49:11 | 显示全部楼层
KIS Miss

  1. <section class="alink">
  2.     <div class="container">
  3.         <a target="_blank" href="http://www.isweetnight.com/ ">sweetnight床垫怎么样</a>
  4.         <a target="_blank" href="http://www.ilangzi.com/">朗姿官网</a>
  5.         <a target="_blank" href="http://www.imengjie.com/">梦洁家纺旗舰店</a>
  6.         <a target="_blank" href="http://www.xiangying.org/">香影官方旗舰店</a>
  7.         <a target="_blank" href="http://www.yanyu3.com/">颜域旗舰店</a>
  8.         <hr>
  9.     </div>
  10. </section>
  11. <section class="container">
  12.     <footer class="footer">
  13.         <?php wp_nav_menu(
  14.             array(
  15.                 'container' => false,
  16.                 'theme_location' => 'footer_nav',
  17.                 'depth' => 0
  18.             )
  19.         );?>
  20.         <p>
  21.             <span class='left'><?php echo '&copy; '.date('Y').' <a href="'.get_bloginfo('url').'">'.get_bloginfo('name').'</a>';
  22.                  if(get_option('zh_cn_l10n_icp_num')) echo " . " . get_option('zh_cn_l10n_icp_num');?></span>
  23.             <span class='right'>Theme by <a href="https://biji.io" target="_blank">Adams</a></span>
  24.         </p>
  25.     </footer>
  26. </section>
  27. <?php wp_footer();?>
  28. <script data-no-instant>
  29.     (function ($) {
  30.         $.extend({
  31.             adamsOverload: function () {
  32.                 $('.navigation:eq(0)').remove();
  33.                 $(".post_article a").attr("rel" , "external");
  34.                 $("a[rel='external'],a[rel='external nofollow']").attr("target","_blank");
  35.                 $("a.vi").attr("rel" , "");
  36. <?php if(!get_theme_mod('biji_setting_viewimage')){ ?>
  37.                 $.viewImage({
  38.                     'target'  : '.post_article img,.post_article a,a.vi',
  39.                     'exclude' : '.readerswall img',
  40.                     'delay'   : 0
  41.                 });
  42. <?php } if(!get_theme_mod('biji_setting_lately')){ ?>
  43.                 $.lately({
  44.                     'target' : '.commentmetadata a,.infos time,.post-list time'
  45.                 });
  46. <?php }?>
  47.                 prettyPrint();
  48.             }
  49.         });
  50.     })(jQuery);
  51. <?php if(!get_theme_mod('biji_setting_pjax')){ ?>
  52.     InstantClick.on('change', function(isInitialLoad) {
  53.         jQuery.adamsOverload();
  54.         if (isInitialLoad === false) {
  55.             // support MathJax
  56.             if (typeof MathJax !== 'undefined') MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
  57.             // support google code prettify
  58.             if (typeof prettyPrint !== 'undefined') prettyPrint();
  59.             // support 百度统计
  60.             if (typeof _hmt !== 'undefined') _hmt.push(['_trackPageview', location.pathname + location.search]);
  61.             // support google analytics
  62.             if (typeof ga !== 'undefined') ga('send', 'pageview', location.pathname + location.search);
  63.             // support 多说评论框
  64.             if (typeof DUOSHUO !== 'undefined') DUOSHUO.EmbedThread($('.ds-thread')[0]);
  65.         }
  66.     });
  67.     InstantClick.on('wait', function() {
  68.         // pjax href click
  69.     });
  70.     InstantClick.on('fetch', function() {
  71.         // pjax begin
  72.     });
  73.     InstantClick.on('receive', function() {
  74.         // pjax end
  75.     });
  76.     InstantClick.init('mousedown');
  77. <?php } else {?>
  78.     jQuery.adamsOverload();
  79. <?php }?>
  80. </script>
  81. <!--网站效率:<?php timer_stop(4);?>秒内查询了<?=get_num_queries();?>次数据库-->
  82. </body>
  83. </html>
复制代码
ELOHIM
发表于 2018-7-10 22:57:57 | 显示全部楼层
scep scan miss

楼主,你用的什么软件检测?
往事不曾回忆
发表于 2018-7-10 23:07:13 | 显示全部楼层
微点MISS
ATP_synthase
发表于 2018-7-10 23:24:37 | 显示全部楼层
ELOHIM 发表于 2018-7-10 22:57
scep scan miss

楼主,你用的什么软件检测?

楼主写了是360

评分

参与人数 1人气 +1 收起 理由
ELOHIM + 1 感谢解答: )

查看全部评分

ATP_synthase
发表于 2018-7-10 23:26:45 | 显示全部楼层
vt直接是clean的,上面的qihoo360也没报
ELOHIM
发表于 2018-7-10 23:36:25 | 显示全部楼层
wusiyuanjh 发表于 2018-7-10 23:26
vt直接是clean的,上面的qihoo360也没报


眼拙,没细看。。。。。
谢谢。
www-tekeze
发表于 2018-7-11 16:05:57 | 显示全部楼层
火绒、智量均不报。。。
ghostByWolf
发表于 2018-7-13 16:54:05 | 显示全部楼层
卡巴倒是没有报毒,但是chrome却提示有威胁....
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

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

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-3-29 01:29 , Processed in 0.143140 second(s), 18 queries .

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

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