織夢木馬掃描(dedekill.php)

<?php
define('PASSWORD', '123456');   // 第一次使用請把123修改爲您自己的密碼。
define('DATADIR', 'data');  // 如果您的網站自定義了data目錄,請在這裏修改。


define("UPLOAD", 1);        // 惡意代碼上傳接口開關。如果您要關閉請設置爲0。
define('VERSION', 20130928); //版本信息。
define('UPDATE_URL_JS', 'http://tool.scanv.com/dedekiller/update_ver.php');
define('UPDATE_URL', 'http://tool.scanv.com/dedekiller/update_utf.php');
define('UPLOAD_URL', 'http://tool.scanv.com/dedekiller/recvfile.php?host='.$_SERVER['SERVER_NAME']);

error_reporting(0);
set_time_limit(0);

ini_set("memory_limit", "500m");
header("Content-type: text/html;charset=utf-8");

if(!isset($_COOKIE['dedekillerpwd']) || $_COOKIE['dedekillerpwd'] != md5(PASSWORD)) {

    if($_SERVER['REQUEST_METHOD']=='GET'){
        echo <<< ENT
<html lang="zh"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta http-equiv="Content-Type" content="text/html; charset="gb2312" />
    <style>
        body {
            font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Arial, sans-serif;
            background-color: #f8f8f8;
            color: #333;
        }
        a {
            color: #09c;
            text-decoration: none;
        }
        a:hover {
            color: #08a;
            text-decoration: underline;
        }
        input{
            border: 1px solid #CCCCCC;
            border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            color: #555555;
            display: inline-block;
            line-height: normal;
            padding: 4px;
            width: 80px;
        }   
        .hero-unit {
            margin: 0 auto 0 auto;
            font-size: 18px;
            font-weight: 200;
            line-height: 30px;
            border-radius: 6px;
            padding: 20px 60px 10px;
        }
        .hero-unit>h2 {
            text-shadow: 2px 2px 2px #ccc;
            font-weight: normal;
        }
        .btn {
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.428571429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            border-radius: 4px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
        }
        .btn:focus {
            outline: thin dotted #333;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn:hover,
        .btn:focus {
            color: #ffffff;
            text-decoration: none;
        }

        .btn:active,
        .btn.active {
            outline: 0;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

        .btn-default {
            color: #ffffff;
            background-color: #474949;
            border-color: #474949;
        }

        .btn-default:hover,
        .btn-default:focus,
        .btn-default:active,
        .btn-default.active {
            background-color: #3a3c3c;
            border-color: #2e2f2f;
        }
        .btn-success {
            color: #ffffff;
            background-color: #5cb85c;
            border-color: #5cb85c;
        }

        .btn-success:hover,
        .btn-success:focus,
        .btn-success:active,
        .btn-success.active {
            background-color: #4cae4c;
            border-color: #449d44;
        }
        .btn-primary {
            color: #ffffff;
            background-color: #428bca;
            border-color: #428bca;
        }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active,
        .btn-primary.active {
            background-color: #357ebd;
            border-color: #3071a9;
        }
        .main {
            width: 960px;
            margin: 0 auto;
        }
        .title, .check{
            text-align: center;
        }
        .check button {
            width: 200px;
            font-size: 20px;
        }
        .check a.btn {
            color: #ffffff;
            text-decoration: none;
        }
        .content {
            margin-top: 20px;
            padding: 15px 30px 30px;
            box-shadow: 0 1px 1px #aaa;
            background: #fff;
        }
        dt {
            font-size: 25px;
        }
        table {
            width: 100%;
            border-collapse:collapse;
            border-spacing: 0;
        }
        th, td {
            text-align: left;
        }
        td {
            border-bottom: solid 1px #e0e0e0;
            height: 40px;
            vertical-align: top;
            line-height: 40px;
        }
        .item_t td {
            border-bottom: 0;
        }
        .item_y {
            word-wrap: break-word;
            word-break: break-word;
            width: 860px;
            color: Red;
            text-indent: 1em;
            padding-bottom: 10px;
        }
        .yt, .yv {
            line-height: 1.7em;
        }
        .yt {
            color: #f00;
        }
        .yv {
            color: #00f;
            font-size: 12px;
        }
        .item_n {
            width: 860px;
            color: #0a0;
            text-indent: 1em;
        }
        .ads>ul {
            list-style: none;
            padding: 0;
        }
        .ads>ul>li {
            float: left;
            padding-right: 20px;
        }
        .foot {
            text-align: center;
            font-size: 13px;
        }
        .clearfix:before,
        .clearfix:after {
            display: table;
            content: " ";
        }
        .clearfix:after {
            clear: both;
        }

    </style>
</head>
<body>
<div class="main">
    <div class="hero-unit">
        <h2 class="title">DedeCMS頑固木馬後門專殺工具 V 2.0</h2>
        <div class="check">
            <form method="post" action="">
                  管理密碼:<input type="text" name="pwd" />
                  <input type="submit" value="登陸" />
            </form>
            <table>
                <tbody>
                    <thead>
                        <tr><td class="item">該工具爲<a href='http://zhanzhang.anquan.org'>安全聯盟站長平臺</a>針對DedeCMS爆發的90sec.php等頑固木馬後門而定製的專殺工具。</td></tr>
                        <tr><td class="item">主要有如下特點:一切爲加強DedeCMS安全而生!</td></tr>
                        <tr><td class="item">-->1.掃瞄並修補漏洞,從安全設置上加強DedeCMS自身的安全防禦(根本上解決90sec.php等頑固木馬的“病因”)</td></tr>
                        <tr><td class="item">-->2.清掃數據庫(根本上解決90sec.php等頑固木馬“復發”問題) </td></tr>
                        <tr><td class="item">-->3.查殺多種網站木馬後門及惡意DDos腳本(解決90sec.php等頑固木馬基本“症狀”) </td></tr>
                        <tr><center><a class="jl" target="_blank" href="http://bbs.anquan.org/forum.php?mod=forumdisplay&fid=162">使用教程</a> 安全聯盟站長交流羣:126020287</center></tr>
                    </thead>
                </tbody>
            </table>
    </div>
</div>
</body>
</html>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章