shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
league
/
glide
/
src
/
Manipulators
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ManipulatorInterface.php
<?php namespace League\Glide\Manipulators; use Intervention\Image\Image; interface ManipulatorInterface { /** * Set the manipulation params. * * @param array $params The manipulation params. */ public function setParams(array $params); /** * Perform the image manipulation. * * @param Image $image The source image. * * @return Image The manipulated image. */ public function run(Image $image); }
© 2026 UnknownSec