shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
socialite.brannanatkinson.com
/
vendor
/
socialiteproviders
/
manager
/
src
/
OAuth2
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
User.php
<?php namespace SocialiteProviders\Manager\OAuth2; use Laravel\Socialite\Two\User as BaseUser; class User extends BaseUser { /** * The User Credentials. * * e.g. access_token, refresh_token, etc. * * @var array */ public $accessTokenResponseBody; /** * Set the credentials on the user. * * Might include things such as the token and refresh token * * @param array $accessTokenResponseBody * @return $this */ public function setAccessTokenResponseBody(array $accessTokenResponseBody) { $this->accessTokenResponseBody = $accessTokenResponseBody; return $this; } }
© 2026 UnknownSec