shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
forms
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
widget.blade.php
@php use function Statamic\trans as __; @endphp @php use Statamic\Support\Arr; @endphp <div class="card p-0 overflow-hidden"> <div class="flex justify-between items-center p-4 border-b dark:bg-dark-650 dark:border-b dark:border-dark-900"> <h2> <a class="flex items-center" href="{{ $form->showUrl() }}"> <div class="h-6 w-6 rtl:ml-2 ltr:mr-2 text-gray-800 dark:text-dark-200"> @cp_svg('icons/light/drawer-file') </div> <span v-pre>{{ $title }}</span> </a> </h2> </div> <div> @if ( ! $submissions) <p class="p-4 text-sm text-gray-600">{{ __('This form is awaiting responses') }}</p> @else <table class="data-table"> @foreach($submissions as $submission) <tr> @foreach($fields as $key => $field) <td><a href="{{ cp_route('forms.submissions.show', [$form->handle(), $submission['id']]) }}">{{ Arr::get($submission, $field) }}</a></td> @endforeach <td class="rtl:text-left ltr:text-right"> {{ ($submission['date']->diffInDays() <= 14) ? $submission['date']->diffForHumans() : $submission['date']->format($format) }} </td> </tr> @endforeach </table> @endif </div> </div>
© 2026 UnknownSec