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 :
Positive.php
<?php namespace ResponsiveMenu\Validation\Validators; class Positive extends BaseValidator { public function validate() { $is_positive = false; if($this->data >= 0) $is_positive = true; if(!$is_positive) $this->error = 'Number must be 0 or positive'; return $is_positive; } }
© 2026 UnknownSec