shell bypass 403

UnknownSec Shell


name : _two_factor_authentication.blade.php
<div class="card">
    <div class="card-body py-2 my-25">
        <div class="row">

            <div class="col-12">
                <p> Use a one-time password authenticator on your mobile device or computer to enable <code>two-factor authentication (2FA)</code>.</p>
            </div>

            @if(Auth::user()->two_factor)
                <div class="col-12">
                    <p class="font-medium-2">Status: <span class="text-success">Enabled</span></p>

                    @if(Session::has('backup_code'))
                        <p class="font-medium-2">Here is your backup codes for future use. If you will lots your email address then you can use these code as a backup. Please copy these codes and store is safe place</p>
                        <pre>
                <code class="lang-markup">
                    {{ Auth::user()->two_factor_backup_code }}
                </code>
                </pre>

                    @endif

                    <a href="{{ route('user.account.twofactor.auth', ['status' => 'disabled']) }}" class="btn btn-danger me-2">Disable Two-Factor Authentication</a>
                    <a href="{{ route('user.account.twofactor.generate_code') }}" class="btn btn-primary">Regenerate recovery codes</a>
                </div>
            @else
                <div class="col-12">
                    <p class="font-medium-2">Status: <span class="text-danger">Disabled</span></p>

                    <a href="{{ route('user.account.twofactor.auth', ['status' => 'enable']) }}" class="btn btn-primary">Enable Two-Factor Authentication</a>
                </div>
            @endif


        </div>
    </div>
</div>

© 2025 UnknownSec
afwwrfwafr45458465
Password