shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
auth
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
login.blade.php
@php use function Statamic\trans as __; @endphp @inject('str', 'Statamic\Support\Str') @extends('statamic::outside') @section('title', __('Log in')) @section('content') @include('statamic::partials.outside-logo') <div class="max-w-xs rounded shadow-lg flex items-center justify-center relative mx-auto"> <div class="outside-shadow absolute inset-0"></div> <div class="card auth-card"> <login inline-template :show-email-login="!{{ $str::bool($oauth) }}" :has-error="{{ $str::bool(count($errors) > 0) }}"> <div> @if ($oauth) <div class="login-oauth-providers"> @foreach ($providers as $provider) <div class="provider mb-2"> <a href="{{ $provider->loginUrl() }}?redirect={{ parse_url(cp_route('index'))['path'] }}" class="w-full btn-primary"> {{ __('Log in with :provider', ['provider' => $provider->label()]) }} </a> </div> @endforeach </div> @if($emailLoginEnabled) <div class="text-center text-sm text-gray-700 py-6">— {{ __('or') }} —</div> <div class="login-with-email" v-if="! showEmailLogin"> <a class="btn w-full" @click.prevent="showEmailLogin = true"> {{ __('Log in with email') }} </a> </div> @endif @endif <form method="POST" v-show="showEmailLogin" class="email-login select-none" @if ($oauth) v-cloak @endif @submit="busy = true"> {!! csrf_field() !!} <input type="hidden" name="referer" value="{{ $referer }}" /> <div class="mb-8"> <label class="mb-2" for="input-email">{{ __('Email') }}</label> <input type="text" class="input-text input-text" name="email" value="{{ old('email') }}" autofocus id="input-email"> @if ($hasError('email'))<div class="text-red-500 text-xs mt-2">{{ $errors->first('email') }}</div>@endif </div> <div class="mb-8"> <label class="mb-2" for="input-password">{{ __('Password') }}</label> <input type="password" class="input-text input-text" name="password" id="input-password"> @if ($hasError('password'))<div class="text-red-500 text-xs mt-2">{{ $errors->first('password') }}</div>@endif </div> <div class="flex justify-between items-center"> <label for="remember-me" class="flex items-center cursor-pointer"> <input type="checkbox" name="remember" id="remember-me"> <span class="rtl:mr-2 ltr:ml-2">{{ __('Remember me') }}</span> </label> <button type="submit" class="btn-primary" :disabled="busy">{{ __('Log in') }}</button> </div> </form> </div> </login> </div> </div> @if ($emailLoginEnabled) <div class="w-full text-center mt-4 dark:mt-6"> <a href="{{ cp_route('password.request') }}" class="forgot-password-link text-sm opacity-75 hover:opacity-100"> {{ __('Forgot password?') }} </a> </div> @endif @endsection
© 2026 UnknownSec