shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Search
/
Null
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
NullIndex.php
<?php namespace Statamic\Search\Null; use Statamic\Search\Documents; use Statamic\Search\Index; class NullIndex extends Index { public function search($query) { return new NullQuery($this); } public function delete($document) { // } public function exists() { return true; } protected function insertDocuments(Documents $documents) { // } protected function deleteIndex() { // } public function searchables() { return new NullSearchables($this); } }
© 2026 UnknownSec