Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /opt/dedrads/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/dedrads/killall911
#!/bin/bash
# Shared RADS Tools, written by Erik Soroka (eriks@imhadmin.net, ext 834)
# This script is for emergency circumstances where we are about to lose control of the server

echo

#load functions + banners
source /opt/sharedrads/radsfunctions.sh
smradsbanner

	echo
	echo " dropping killalls..."
	echo

	for SERVICE in php httpd imapd dovecot couriertls authProg authdaemond exim perl-bin pop3d cp rm rsync tar gzip tar mv ; do
		killall -9 $SERVICE 1>/dev/null 2>/dev/null &
		echo " * killed: $SERVICE "
	done

echo
#EOF

Hry