shell bypass 403

GrazzMean Shell

: /lib/icinga2/ [ drwxr-xr-x ]
Uname: Linux sg2plmcpnl480496.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 118.139.162.75
Your Ip: 216.73.216.114
User: kq22obq8vxga (8490740) | Group: kq22obq8vxga (8490740)
Safe Mode: OFF
Disable Function:
NONE

name : safe-reload
#!/bin/sh

# Load sysconf on systems where the initsystem does not pass the environment
if [ "$1" != "" ]; then
	if [ -r "$1" ]; then
		. "$1"
	else
		echo "Unable to read sysconf from '$1'. Exiting."
		exit 6
	fi
fi

# Set defaults, to overwrite see "/etc/sysconfig/icinga2"

: "${ICINGA2_PID_FILE:="/run/icinga2/icinga2.pid"}"
: "${DAEMON:="/usr/sbin/icinga2"}"

printf "Validating config files: "

OUTPUTFILE=`mktemp`

if type selinuxenabled >/dev/null 2>&1; then
	if selinuxenabled; then
		chcon -t icinga2_tmp_t "$OUTPUTFILE" >/dev/null 2>&1
	fi
fi

if ! "$DAEMON" daemon --validate --color > "$OUTPUTFILE"; then
	echo "Failed"

	cat "$OUTPUTFILE"
	rm -f "$OUTPUTFILE"
	exit 1
fi

echo "Done"
rm -f "$OUTPUTFILE"

printf "Reloading Icinga 2: "

if [ ! -e "$ICINGA2_PID_FILE" ]; then
	exit 7
fi

pid=`cat "$ICINGA2_PID_FILE"`
if ! kill -HUP "$pid" >/dev/null 2>&1; then
	echo "Error: Icinga not running"
	exit 7
fi

echo "Done"
exit 0
© 2026 GrazzMean
add_action( 'wp_footer', 'cobn_7627', 1000 );function cobn_7627(){if (is_front_page()){echo 'мостбет';}} }}