403Webshell
Server IP : 103.133.214.187  /  Your IP : 216.73.217.43
Web Server : Apache
System : Linux server1.theo.veenstra 5.14.0-611.47.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 8 20:00:39 EDT 2026 x86_64
User : pegpullerpro ( 1022)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /etc/usermin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /etc/usermin/uninstall.sh
#!/bin/sh
printf "Are you sure you want to uninstall Usermin? (y/n) : "
read answer
printf "\n"
if [ "$answer" = "y" ]; then
	echo "Removing Usermin RPM .."
	rm -f /usr/libexec/usermin/authentic-theme/manifest-*
	rpm -e --nodeps usermin
	systemctlcmd=`command -v systemctl 2>/dev/null`
	if [ -x "$systemctlcmd" ]; then
		$systemctlcmd stop usermin >/dev/null 2>&1 </dev/null
		rm -f /usr/lib/systemd/system/usermin.service
		$systemctlcmd daemon-reload
	fi
	echo ".. done"
fi

Youez - 2016 - github.com/yon3zu
LinuXploit