shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
ajthinking
/
archetype
/
src
/
Endpoints
/
PHP
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
MethodNames.php
<?php namespace Archetype\Endpoints\PHP; use Archetype\Endpoints\EndpointProvider; class MethodNames extends EndpointProvider { /** * @example Get class method names * @source $file->methodNames() */ public function methodNames() { return $this->get(); } protected function get() { return $this->file->astQuery() ->classMethod() ->name ->name ->get() ->toArray(); } }
© 2026 UnknownSec