shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
ueberdosis
/
tiptap-php
/
src
/
Nodes
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Table.php
<?php namespace Tiptap\Nodes; use Tiptap\Core\Node; use Tiptap\Utils\HTML; class Table extends Node { public static $name = 'table'; public function addOptions() { return [ 'HTMLAttributes' => [], ]; } public function parseHTML() { return [ [ 'tag' => 'table', ], ]; } public function renderHTML($node, $HTMLAttributes = []) { return [ 'table', HTML::mergeAttributes($this->options['HTMLAttributes'], $HTMLAttributes), ['tbody', 0], ]; } }
© 2026 UnknownSec