shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
gallery-by-supsystic
/
vendor
/
Rsc
/
Http
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
ServerParameters.php
<?php class Rsc_Http_ServerParameters extends Rsc_Http_Parameters { /** * Get an associative array of HTTP headers from server variables * @return array */ public function getHeaders() { $headers = array(); foreach ($this->collection as $key => $value) { if (substr($key, 0, 4) === 'HTTP') { $headers[substr($key, 5)] = $value; $this->delete($key); } } return $headers; } }
© 2026 UnknownSec