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
/
usr /
lib /
php /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
20210902
[ DIR ]
drwxr-xr-x
8.1
[ DIR ]
drwxr-xr-x
php-fpm-socket-helper
514
B
-rwxr-xr-x
php-helper
4.73
KB
-rw-r--r--
php-maintscript-helper
9.02
KB
-rw-r--r--
sessionclean
2.91
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : php-fpm-socket-helper
#!/bin/sh DEFAULT_SOCKET="${2}" POOL_FILE="${3}" PRIORITY="${4}" [ -r "${POOL_FILE}" ] || exit 0 SOCKET=$(sed -n 's/^listen[[:space:]]*=[[:space:]]*\([^[:space:]]*\)/\1/p' "${POOL_FILE}") [ -S "${SOCKET}" ] || exit 0 case "$1" in start|install) /usr/bin/update-alternatives --quiet --install "${DEFAULT_SOCKET}" php-fpm.sock "${SOCKET}" "${PRIORITY}" 2>/dev/null ;; stop|remove) /usr/bin/update-alternatives --quiet --remove php-fpm.sock "${SOCKET}" 2>/dev/null ;; *) exit 1 ;; esac exit 0
Close