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