Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
src /
xcache-3.2.0 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
phpdc.phpr
727
B
-rwxrwxr-x
phpdop.phpr
2.95
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpdc.phpr
#! /usr/bin/php -dopen_basedir= <?php $srcdir = dirname(__FILE__); require_once("$srcdir/../lib/Decompiler.class.php"); if (file_exists("$srcdir/phpdc.debug.php")) { include("$srcdir/phpdc.debug.php"); } if (!isset($argv)) { $argv = $_SERVER['argv']; $argc = $_SERVER['argc']; } $dc = new Decompiler(); if (isset($argv[2])) { eval('$dc->decompileDasm(' . file_get_contents($argv[2]) . ');'); } else if (isset($argv[1])) { if ($dc->decompileFile($argv[1]) === false) { exit(2); } } else { $phpcode = ''; if (!defined('stdin')) { define('stdin', fopen('php://stdin', 'rb')); } while (!feof(stdin)) { $phpcode .= fgets(stdin); } if ($dc->decompileString($phpcode) === false) { exit(2); } } $dc->output();
Close