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 :
HardBreak.php
<?php namespace Tiptap\Nodes; use Tiptap\Core\Node; use Tiptap\Utils\HTML; class HardBreak extends Node { public static $name = 'hardBreak'; public function addOptions() { return [ 'HTMLAttributes' => [], ]; } public function parseHTML() { return [ [ 'tag' => 'br', ], ]; } public function renderHTML($node, $HTMLAttributes = []) { return ['br', HTML::mergeAttributes($this->options['HTMLAttributes'], $HTMLAttributes)]; } }
© 2026 UnknownSec