shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
gallery-by-supsystic
/
src
/
GridGallery
/
Installer
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
Controller.php
<?php class GridGallery_Installer_Controller extends GridGallery_Core_BaseController { public function askUninstallAction() { $request = $this->getRequest(); if ($request->query->has('drop')) { if ('Yes' == $request->query->get('drop')) { return true; } else { return false; } } return $this->getEnvironment() ->getTwig() ->render( '@installer/uninstall.twig', array( 'request' => $this->getRequest(), ) ); } }
© 2026 UnknownSec