shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
plugins
/
responsive-menu
/
app
/
Validation
/
Validators
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
Number.php
<?php namespace ResponsiveMenu\Validation\Validators; class Number extends BaseValidator { public function validate() { $valid_integer = false; if(is_numeric($this->data)) $valid_integer = true; if(!$valid_integer) $this->error = 'Invalid number'; return $valid_integer; } }
© 2026 UnknownSec