shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
stillat
/
blade-parser
/
src
/
Nodes
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
NodeIndexer.php
<?php namespace Stillat\BladeParser\Nodes; class NodeIndexer { /** * Resets the indexes on the provided nodes. * * @param BaseNode[] $nodes The nodes to index. */ public static function indexNodes(array $nodes): void { $curIndex = 0; foreach ($nodes as $node) { $node->index = $curIndex; $curIndex += 1; } } }
© 2026 UnknownSec