shell bypass 403

GrazzMean Shell

: /usr/local/php5.3/lib/php/doc/Log/examples/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 52.14.43.204
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : observer_mail.php
<?php

require_once 'Log/observer.php';

class Log_observer_mail extends Log_observer
{
    var $_to = '';
    var $_subject = '';
    var $_pattern = '';

    function Log_observer_mail($priority, $conf)
    {
        /* Call the base class constructor. */
        $this->Log_observer($priority);

        /* Configure the observer. */
        $this->_to = $conf['to'];
        $this->_subject = $conf['subject'];
        $this->_pattern = $conf['pattern'];
    }

    function notify($event)
    {
        if (preg_match($this->_pattern, $event['message']) != 0) {
            mail($this->_to, $this->_subject, $event['message']);
        }
    }
}

?>
© 2025 GrazzMean