下記のコードを難読化解除しました
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true...
難読化されたPHPコード
14 | define( 'WP_USE_THEMES' , true ); |
17 | require __DIR__ . '/wp-blog-header.php' ; |
デコード(難読化解除)されたコード
14 | define( 'WP_USE_THEMES' , true); |
16 | require "/var/www/html/wp-blog-header.php" ; |
■【無料】ワードプレス:マルウェアスキャン&セキュリティープラグイン [マルウェア・ウィルス検出と駆除]
■WordPress のマルウェア駆除、セキュリティー対策 カスタマイズや修正、引っ越し・復旧のご依頼承ります
(C)2019 ワードプレス ドクター All rights reserved.