shell bypass 403

UnknownSec Shell


name : helpers.php
<?php

namespace Livewire;

use Illuminate\Support\Str;

if (! function_exists('Livewire\str')) {
    function str($string = null)
    {
        if (is_null($string)) return new class {
            public function __call($method, $params) {
                return Str::$method(...$params);
            }
        };

        return Str::of($string);
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password