SHELL BYPASS 403 |
Modern UI. Responsive. Powerful.

Faizzz-Chin Shell

: /usr/local/maldetect/ [ drwxr-xr-x ]
Uname\Kernel: Linux server.kxo.bgz.mybluehostin.me 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Server: Apache
PHP Version: 8.2.28 [ PHP INFO ]
Operating System: Linux
Server Ip: 162.240.163.222
Your Ip: 216.73.216.114
Date Time: 2025-07-10 20:13:21
User: dilseshaadi (1027) | Group: dilseshaadi (1027)
Safe Mode: OFF
Disable Function: exec,passthru,shell_exec,system

name : uninstall.sh
#!/usr/bin/env bash
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:$PATH
echo "This will completely remove Linux Malware Detect from your server including all quarantine data!"
echo -n "Would you like to proceed? "
read -p "[y/n] " -n 1 Z
echo
if [ "$Z" == "y" ] || [ "$Z" == "Y" ]; then
	if [ "$OSTYPE" != "FreeBSD" ]; then
		if test `cat /proc/1/comm` = "systemd"
		then
			systemctl disable maldet.service
			systemctl stop maldet.service
			rm -f /usr/lib/systemd/system/maldet.service
			systemctl daemon-reload
		else
			maldet -k
			if [ -f /etc/redhat-release ]; then
				/sbin/chkconfig maldet off
				/sbin/chkconfig maldet --del
			elif [ -f /etc/debian_version ] || [ -f /etc/lsb-release ]; then
				update-rc.d -f maldet remove
			elif [ -f /etc/gentoo-release ]; then
				rc-update del maldet default
			elif [ -f /etc/slackware-version ]; then
				rm -f /etc/rc.d/rc3.d/S70maldet
				rm -f /etc/rc.d/rc4.d/S70maldet
				rm -f /etc/rc.d/rc5.d/S70maldet
			else
				/sbin/chkconfig maldet off
				/sbin/chkconfig maldet --del
			fi
			rm -f /etc/init.d/maldet
		fi
	fi
	rm -rf /usr/local/maldetect* /etc/cron.d/maldet_pub /etc/cron.daily/maldet /usr/local/sbin/maldet /usr/local/sbin/lmd
	clamav_paths="/usr/local/cpanel/3rdparty/share/clamav/ /var/lib/clamav/ /var/clamav/ /usr/share/clamav/ /usr/local/share/clamav"
	for cpath in $clamav_paths; do
		rm -f $cpath/rfxn.* $cpath/lmd.user.*
	done
	echo "Linux Malware Detect has been uninstalled."
else
	echo "You selected No or provided an invalid confirmation, nothing has been done!"
fi
© 2025 Faizzz-Chin