Subversion Repositories ALCASAR

Rev

Rev 2426 | Rev 2433 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
672 richard 1
#!/bin/bash
62 franck 2
# $Id: alcasar-uninstall.sh 2432 2017-10-22 20:56:33Z richard $
3
 
1 root 4
# alcasar-uninstall.sh
672 richard 5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
1 root 6
# This script is distributed under the Gnu General Public License (GPL)
518 stephane 7
 
2206 richard 8
# Désisntallation ou mise à jour d'ALCASAR
9
# Uninstall or update ALCASAR
672 richard 10
 
2206 richard 11
usage="Usage: alcasar-uninstall.sh {-update or --update} | {-full or --full}"
88 richard 12
SED="/bin/sed -i"
2206 richard 13
 
14
nb_args=$#
15
args=$1
16
if [ $nb_args -eq 0 ]
17
then
18
	nb_args=1
19
	args="-h"
20
fi
21
case $args in
22
	-\? | -h* | --h*)
23
		echo "$usage"
24
		exit 0
25
		;;
26
	--update | -update)
27
		mode="update"
28
		;;
29
	--full | -full)
30
		mode="full"
31
		;;
32
	*)
33
		echo "Argument inconnu :$1";
34
		echo "$usage"
35
		exit 1
36
		;;
37
esac
38
 
1 root 39
clear
2206 richard 40
if [ $mode == "full" ]
41
then
42
	echo "----------------------------------------------------------------------------"
43
	echo "**                     Uninstall/Désinstallation d'ALCASAR		**"
44
	echo "----------------------------------------------------------------------------"
45
	services="alcasar-load_balancing vnstat havp freshclam ntpd httpd radiusd mysqld dnsmasq-blacklist dnsmasq-whitelist dnsmasq-blackhole tinyproxy nfsen fail2ban iptables ulogd-ext-access ulogd-ssh ulogd-traceability dansguardian dnsmasq sshd chilli"
46
	/usr/local/bin/alcasar-logout.sh all # logout everybody
47
else
48
	echo "----------------------------------------------------------------------------"
49
	echo "**                     update/mise à jour d'ALCASAR			**"
50
	echo "----------------------------------------------------------------------------"
51
	# dnsmasq & sshd should stay on to allow remote update
2212 richard 52
	services="alcasar-load_balancing vnstat havp freshclam ntpd httpd radiusd mysqld dnsmasq-blacklist dnsmasq-whitelist dnsmasq-blackhole tinyproxy nfsen fail2ban ulogd-ext-access ulogd-ssh ulogd-traceability dansguardian chilli"
2206 richard 53
	/usr/local/bin/alcasar-bypass.sh -on # to allow remote update
54
fi
1673 richard 55
echo "Stopping service : "
1800 richard 56
/usr/local/bin/alcasar-sms.sh --stop
2206 richard 57
for i in $services 
1211 crox53 58
do
1800 richard 59
	if [ -e /lib/systemd/system/$i.service ] 
60
	then
61
		/usr/bin/systemctl disable $i.service
62
	        /usr/bin/systemctl stop $i.service 1>/dev/null
63
		sleep 1
64
	else
65
		echo "The service $i.service doesn't exist !"
66
	fi
1211 crox53 67
done
1673 richard 68
echo "Check the service clearing"
2206 richard 69
for i in $services
1673 richard 70
do
71
	if [ `systemctl is-active $i.service` == "active" ]
72
	then
73
		echo "The service '$i' need to be killed"
74
		/usr/bin/systemctl stop $i.service
75
		killall $i
76
	fi
77
done
2426 richard 78
if [ $mode == "update" ] # reload sshd in case of remote update
2226 richard 79
then
80
	systemctl reload sshd
81
fi
1502 richard 82
echo "Reset ALCASAR main functions : "
2226 richard 83
echo -en "\n- init (1) : "
2206 richard 84
# The files in /usr/local/ will be removed at the end (usefull here)
498 richard 85
rm -f /root/ALCASAR* && echo -n "1"
1 root 86
sleep 1
287 richard 87
 
2432 richard 88
echo -en "\n- init (2) : "
89
[ -e /boot/grub2/user.cfg ] && rm -f /boot/grub2/user.cfg && echo -n "1, "
90
[ -e /etc/grub.d/default-10_linux ] || mv -f /etc/grub.d/default-10_linux /etc/grub.d/10_linux && echo -n "2"
91
/usr/bin/update-grub2
92
sleep 1
93
 
2226 richard 94
echo -en "\n- ACC (11) : "
1 root 95
[ -d /var/www/html ] && rm -rf /var/www/html && echo -n "1, "
1833 richard 96
[ -d /etc/freeradius-web ] && rm -rf /etc/freeradius-webl && echo -n "2, "
2432 richard 97
[ -e /etc/php.ini.default ] && mv -f /etc/php.ini.default /etc/php.ini && echo -n "3, "
1893 richard 98
[ -e /etc/httpd/conf/httpd.conf.default ] && mv /etc/httpd/conf/httpd.conf.default /etc/httpd/conf/httpd.conf && echo -n "4, "
99
[ -e /etc/httpd/conf/modules.d/00_base.conf.default ] && mv /etc/httpd/conf/modules.d/00_base.conf.default /etc/httpd/conf/modules.d/00_base.conf && echo -n "5, "
100
[ -e /etc/httpd/conf/conf.d/ssl.conf.default ] && mv /etc/httpd/conf/conf.d/ssl.conf.default /etc/httpd/conf/conf.d/ssl.conf && echo -n "6, "
101
[ -e /etc/httpd/conf/conf.d/multilang-errordoc.conf.default ] && mv /etc/httpd/conf/conf.d/multilang-errordoc.conf.default /etc/httpd/conf/conf.d/multilang-errordoc.conf && echo -n "7, "
102
[ -e /usr/share/httpd/error/include/top.html.default ] && mv /usr/share/httpd/error/include/top.html.default /usr/share/httpd/error/include/top.html && echo -n "8, "
103
[ -e /usr/share/httpd/error/include/bottom.html.default ] && mv /usr/share/httpd/error/include/bottom.html.default /usr/share/httpd/error/include/top.html && echo -n "9, "
104
[ -d /usr/local/etc/digest ] && rm -rf /usr/local/etc/digest && echo -n "10, "
105
[ -e /etc/httpd/conf/webapps.d/alcasar.conf ] && rm -f /etc/httpd/conf/webapps.d/alcasar.conf && echo -n "11"
1 root 106
sleep 1
287 richard 107
 
2226 richard 108
echo -en "\n- CA (5) : "
1 root 109
[ -e /etc/pki/CA/alcasar-ca.crt ] && rm -f /etc/pki/CA/alcasar-ca.crt && echo -n "1, "
110
[ -e /etc/pki/CA/private/alcasar-ca.key ] && rm -f /etc/pki/CA/private/alcasar-ca.key && echo -n "2, "
111
[ -e /etc/pki/tls/certs/alcasar.crt ] && rm -f /etc/pki/tls/certs/alcasar.crt && echo -n "3, "
1893 richard 112
[ -e /etc/pki/tls/private/alcasar.key ] && rm -f /etc/pki/tls/private/alcasar.key && echo -n "4, "
113
[ -e /etc/httpd/conf/vhosts-ssl.default ] && FIC_VIRTUAL_SSL=`find /etc/httpd/conf -type f -name *default_ssl_vhost.conf` && mv /etc/httpd/conf/vhosts-ssl.default $FIC_VIRTUAL_SSL && echo -n "5"
1 root 114
sleep 1
287 richard 115
 
2226 richard 116
echo -en "\n- time_server (2) : "
1898 richard 117
[ -e /etc/ntp/step-tickers.default ] && mv /etc/ntp/step-tickers.default /etc/ntp/step-tickers && echo -n "1, "
1893 richard 118
[ -e /etc/ntp.conf.default ] && mv /etc/ntp.conf.default /etc/ntp.conf && echo -n "2"
119
 
2226 richard 120
echo -en "\n- init_db (2) : "
615 richard 121
[ -e /etc/my.cnf.default ] && mv -f /etc/my.cnf.default /etc/my.cnf && echo -n "1, "
1357 richard 122
[ -e /lib/systemd/system/mysqld.service.default ] && mv -f /lib/systemd/system/mysqld.service.default /lib/systemd/system/mysqld.service && echo -n "2"
1574 richard 123
/usr/bin/systemctl daemon-reload
1355 richard 124
rm -rf /var/lib/mysql
1 root 125
sleep 1
287 richard 126
 
2421 richard 127
echo -en "\n- freeradius (12) : "
1898 richard 128
[ -e /etc/raddb/empty-radiusd-db.sql ] && rm -f /etc/raddb/empty-radiusd-db.sql && echo -n "1, "
1 root 129
[ -e /etc/raddb/radiusd.conf.default ] && mv /etc/raddb/radiusd.conf.default /etc/raddb/radiusd.conf && echo -n "2, "
130
[ -e /etc/raddb/sites-enabled/alcasar ] && rm /etc/raddb/sites-enabled/alcasar && echo -n "3, "
131
[ -e /etc/raddb/sites-available/alcasar ] && rm /etc/raddb/sites-available/alcasar && echo -n "4, "
132
[ -e /etc/raddb/clients.conf.default ] && mv /etc/raddb/clients.conf.default /etc/raddb/clients.conf && echo -n "5, "
2421 richard 133
[ -e /etc/raddb/mods-enabled/sql ] && rm /etc/raddb/mods-enabled/sql && echo -n "6, " #Add here other mods
2420 richard 134
[ -e /etc/raddb/mods-available/sql.default ] && mv /etc/raddb/mods-available/sql.default /etc/raddb/mods-available/sql && echo -n "7, "
135
[ -e /etc/raddb/mods-config/sql/main/mysql/queries.conf.default ] && mv /etc/raddb/mods-config/sql/main/mysql/queries.conf.default /etc/raddb/mods-config/sql/main/mysql/queries.conf && echo -n "8, "
2421 richard 136
[ -e /etc/raddb/mods-config/sql/counter/mysql/dailycounter.conf.default ] && mv /etc/raddb/mods-config/sql/counter/mysql/dailycounter.conf.default /etc/raddb/mods-config/sql/counter/mysql/dailycounter.conf && echo -n "9, "
137
[ -e /etc/raddb/mods-config/sql/counter/mysql/monthlycounter.conf.default ] && mv /etc/raddb/mods-config/sql/counter/mysql/monthlycounter.conf.default /etc/raddb/mods-config/sql/counter/mysql/monthlycounter.conf && echo -n "10, "
138
[ -e /etc/raddb/mods-config/sql/counter/mysql/noresetcounter.conf.default ] && mv /etc/raddb/mods-config/sql/counter/mysql/noresetcounter.conf.default /etc/raddb/mods-config/sql/counter/mysql/noresetcounter.conf && echo -n "11, "
139
[ -e /lib/systemd/system/radiusd.service.default ] && mv /lib/systemd/system/radiusd.service.default /lib/systemd/system/radiusd.service && echo -n "12"
1 root 140
sleep 1
287 richard 141
 
2226 richard 142
echo -en "\n- chilli (4) : "
1373 richard 143
[ -e /etc/init.d/chilli.default ] && mv /etc/init.d/chilli.default /etc/init.d/chilli && echo -n "1, "
144
[ -e /usr/libexec/chilli ] && rm /usr/libexec/chilli && echo -n "2, "
145
[ -e /etc/chilli.conf.default ] && mv /etc/chilli.conf.default /etc/chilli.conf && echo -n "3, "
1376 richard 146
[ -e /lib/systemd/system/chilli.service ] && rm /lib/systemd/system/chilli.service && echo -n "4"
1 root 147
sleep 1
287 richard 148
 
2226 richard 149
echo -en "\n- dansguardian (8) : "
315 richard 150
[ -d /var/dansguardian ] && rm -rf /var/dansguardian && echo -n "1, "
151
[ -e /etc/dansguardian/dansguardian.conf.default ] && mv /etc/dansguardian/dansguardian.conf.default /etc/dansguardian/dansguardian.conf && echo -n "2, "
152
[ -e /etc/dansguardian/lists/bannedphraselist.default ] && mv /etc/dansguardian/lists/bannedphraselist.default /etc/dansguardian/lists/bannedphraselist && echo -n "3, "
153
[ -e /etc/dansguardian/dansguardianf1.conf.default ] && mv /etc/dansguardian/dansguardianf1.conf.default /etc/dansguardian/dansguardianf1.conf && echo -n "4, "
154
[ -e /etc/dansguardian/lists/bannedextensionlist.default ] && mv /etc/dansguardian/lists/bannedextensionlist.default /etc/dansguardian/lists/bannedextensionlist && echo -n "5, "
155
[ -e /etc/dansguardian/lists/bannedmimetypelist.default ] && mv /etc/dansguardian/lists/bannedmimetypelist.default /etc/dansguardian/lists/bannedmimetypelist && echo -n "6, "
156
[ -e /etc/dansguardian/lists/exceptioniplist.default ] && mv /etc/dansguardian/lists/exceptioniplist.default /etc/dansguardian/lists/exceptioniplist && echo -n "7, "
157
[ -e /etc/dansguardian/lists/bannedsitelist.default ] && mv /etc/dansguardian/lists/bannedsitelist.default /etc/dansguardian/lists/bannedsitelist && echo -n "8"
1 root 158
sleep 1
287 richard 159
 
2226 richard 160
echo -en "\n- antivirus (5) : "
294 richard 161
if [ -e /etc/init.d/havp ] 
2206 richard 162
then
796 richard 163
	[ -e /etc/havp/havp.config.default ] && mv /etc/havp/havp.config.default /etc/havp/havp.config && echo -n "1, "
1486 richard 164
	userdel -r havp 2>/dev/null && echo -n "2, "
165
	[ -e /etc/init.d/havp.default ] && mv /etc/init.d/havp.default /etc/init.d/havp && echo -n "3, "
1547 richard 166
	[ -e /lib/systemd/system/havp.service.default ] && mv /lib/systemd/system/havp.service.default /lib/systemd/system/havp.service && echo -n "4, "
167
	[ -e /etc/freshclam.conf.default ] && mv /etc/freshclam.conf.default /etc/freshclam.conf && echo -n "5"
534 richard 168
else	echo -n "uninstalled"
88 richard 169
fi
71 richard 170
sleep 1
534 richard 171
 
2226 richard 172
echo -en "\n- tinyproxy (2) : "
1486 richard 173
if [ -e /etc/init.d/tinyproxy ] 
2206 richard 174
then
1521 richard 175
	[ -e /etc/tinyproxy/tinyproxy.conf.default ] && mv /etc/tinyproxy/tinyproxy.conf.default /etc/tinyproxy/tinyproxy.conf && echo -n "1, "
1515 richard 176
	userdel -r tinyproxy 2>/dev/null && echo -n "2"
1486 richard 177
else	echo -n "uninstalled"
178
fi
179
sleep 1
180
 
2226 richard 181
echo -en "\n- ulogd (6) : "
1376 richard 182
i=0
183
for log_type in traceability ssh ext-access
2206 richard 184
do
185
	i=`expr $i + 1`
186
	[ -e /etc/ulogd-$log_type.conf ] && rm -f /etc/ulogd-$log_type.conf && echo -n "$i, "
187
	i=`expr $i + 1`
188
	[ -e /lib/systemd/system/ulogd-$log_type.service ] && rm -f /lib/systemd/system/ulogd-$log_type.service && echo -n "$i, "
189
done
476 richard 190
sleep 1
191
 
2226 richard 192
echo -en "\n- nfsen (1) : "
1567 richard 193
[ -e /lib/systemd/system/nfsen.service ] && rm -f /lib/systemd/system/nfsen.service && echo -n "1"
1157 stephane 194
sleep 1
195
 
2226 richard 196
echo -en "\n- vnstat (1) : "
1541 richard 197
[ -e /etc/vnstat.conf.default ] && mv /etc/vnstat.conf.default /etc/vnstat.conf && echo -n "1"
198
sleep 1
199
 
2421 richard 200
echo -en "\n- dnsmasq (6 if update ; 8 if uninstall) : "
2226 richard 201
i=0
2212 richard 202
for list in blacklist whitelist blackhole
203
do
204
	i=`expr $i + 1`
205
	[ -e /etc/dnsmasq-$list.conf ] && rm /etc/dnsmasq-$list.conf && echo -n "$i, "
206
	i=`expr $i + 1`
207
	[ -e /lib/systemd/system/dnsmasq-$list.service ] && rm /lib/systemd/system/dnsmasq-$list.service && echo -n "$i, "
208
done
2426 richard 209
if [ $mode == "full" ] # don't remove dnsmasq in update mode (DHCP + DNS !)
2226 richard 210
then
211
	if [ -e /lib/systemd/system/dnsmasq.service ]
212
	then
2421 richard 213
		[ -e /etc/dnsmasq.conf.default ] && mv /etc/dnsmasq.conf.default /etc/dnsmasq.conf && echo -n "7, "
214
		[ -e /lib/systemd/system/dnsmasq.service.default ] && mv /lib/systemd/system/dnsmasq.service.default /lib/systemd/system/dnsmasq.service && echo -n "8"
2226 richard 215
	fi
216
fi
1 root 217
sleep 1
287 richard 218
 
2226 richard 219
echo -en "\n- fail2ban (8) : "
1388 richard 220
[ -e /etc/fail2ban/fail2ban.conf.default ] && mv /etc/fail2ban/fail2ban.conf.default /etc/fail2ban/fail2ban.conf && echo -n "1, "
221
[ -e /etc/fail2ban/jail.conf.default ] && mv /etc/fail2ban/jail.conf.default /etc/fail2ban/jail.conf && echo -n "2, "
1393 richard 222
[ -e /etc/fail2ban/action.d/iptables-allports.conf.default ] && mv /etc/fail2ban/action.d/iptables-allports.conf.default /etc/fail2ban/action.d/iptables-allports.conf && echo -n "3, "
2432 richard 223
i=3
224
for filter in `ls /etc/fail2ban/filter.d/alcasar_*`
225
do
226
        i=`expr $i + 1`
227
        rm $filter && echo -n "$i, "
228
done
1515 richard 229
[ -e /lib/systemd/system/fail2ban.service.default ] && mv /lib/systemd/system/fail2ban.service.default /lib/systemd/system/fail2ban.service && echo -n "8"
1388 richard 230
sleep 1
231
 
2432 richard 232
echo -en "\n- cron (11) : "
233
i=0
234
for cron in `ls /etc/cron.d/alcasar-*`
235
do
236
        i=`expr $i + 1`
237
        rm $cron && echo -n "$i, "
238
done
239
[ -e /etc/crontab.default ] && mv /etc/crontab.default /etc/crontab && echo -n "10, "
240
[ -e /etc/anacrontab.default ] && mv /etc/anacrontab.default /etc/anacrontab && echo -n "11"
1 root 241
sleep 1
287 richard 242
 
2226 richard 243
echo -en "\n- gammu-smsd (3) : "
1384 richard 244
[ -e /etc/gammu_smsd_conf ] && rm -f /etc/gammu_smsd_conf && echo -n "1, "
2329 tom.houday 245
[ -e /lib/udev/rules.d/66-huawei.rules ] && rm -f /lib/udev/rules.d/66-huawei.rules && echo -n "2, "
1391 richard 246
[ -e /var/log/gammu-smsd ] && rm -rf /var/log/gammu-smsd && echo -n "3"
1388 richard 247
sleep 1
1384 richard 248
 
2226 richard 249
echo -en "\n- msec (2) : "
250
if [ -e /etc/security/msec/security.conf ]
251
then
252
	[ -e /etc/security/msec/security.conf.default ] && mv /etc/security/msec/security.conf.default /etc/security/msec/security.conf && echo -n "1, "
253
	[ -e /etc/security/msec/perm.local ] && rm -f /etc/security/msec/perm.local && echo -n "2"
254
else	echo -n "uninstalled"
255
fi
2211 richard 256
sleep 1
257
 
2329 tom.houday 258
echo -en "\n- letsencrypt-client (2) : "
259
[ -e /usr/local/etc/letsencrypt ] && rm -rf /usr/local/etc/letsencrypt && echo -n "1, "
2310 tom.houday 260
[ -e /opt/acme.sh ] && /opt/acme.sh/acme.sh --uninstall --nocron 1>/dev/null && echo -n "2"
2304 tom.houday 261
sleep 1
262
 
2426 richard 263
if [ $mode == "full" ]
2206 richard 264
then
265
	echo -en "\n- network(9) : "
2426 richard 266
	hostnamectl set-hostname localhost.localdomain
2206 richard 267
	CONF_FILE="/usr/local/etc/alcasar.conf"
268
	EXTIF=`grep ^EXTIF= $CONF_FILE|cut -d"=" -f2`		# EXTernal InterFace
269
	INTIF=`grep ^INTIF= $CONF_FILE|cut -d"=" -f2`		# INTernal InterFace
270
	i=0
271
	for nic in $EXTIF $INTIF
1362 richard 272
	do
2206 richard 273
		i=`expr $i + 1`
274
		/sbin/ifdown $nic
275
		[ -e /etc/sysconfig/network-scripts/default-ifcfg-$nic ] && mv -f /etc/sysconfig/network-scripts/default-ifcfg-$nic /etc/sysconfig/network-scripts/ifcfg-$nic && echo -n "$i, "
1362 richard 276
	done
2432 richard 277
	[ -e /etc/sysconfig/network.default ] && mv -f /etc/sysconfig/network.default /etc/sysconfig/network && echo -n "3, "
278
	[ -e /etc/hosts.default ] && mv -f /etc/hosts.default /etc/hosts && echo -n "4, "
279
	[ -e /etc/hosts.allow.default ] && mv -f /etc/hosts.allow.default /etc/hosts.allow && echo -n "5, "
280
	[ -e /etc/hosts.deny.default ] && mv -f /etc/hosts.deny.default /etc/hosts.deny && echo -n "6, "
281
	[ -e /etc/modprobe.preload.default ] && mv -f /etc/modprobe.preload.default /etc/modprobe.preload && echo -n "7, "
282
	[ -e /lib/systemd/system/iptables.service.default ] && mv -f /lib/systemd/system/iptables.service.default /lib/systemd/system/iptables.service && echo -n "8, "
283
	[ -e /usr/libexec/iptables.init.default ] && mv -f /usr/libexec/iptables.init.default /usr/libexec/iptables.init && echo -n "9"
2206 richard 284
	/sbin/ifup $EXTIF
285
	sleep 1
286
fi
790 richard 287
 
1 root 288
#post_install
2432 richard 289
echo -en "\n- post_install (7) : "
290
[ -e /etc/mageia-release.default ] && mv -f /etc/mageia-release.default /etc/mageia-release && echo -n "1, "
1 root 291
[ -e /etc/ssh/alcasar-banner-ssh ] && rm -f /etc/ssh/alcasar-banner-ssh && echo -n "2, "
2432 richard 292
[ -e /etc/ssh/sshd_config.default ] && mv -f /etc/ssh/sshd_config.default /etc/ssh/sshd_config && echo -n "3, "
293
[ -e /etc/bashrc.default ] && mv -f /etc/bashrc.default /etc/bashrc && echo -n "4, "
294
[ -e /etc/sudoers.default ] && mv -f /etc/sudoers.default /etc/sudoers && echo -n "5, "
295
[ -e /lib/systemd/system/alcasar-load_balancing.service ] && rm -f /lib/systemd/system/alcasar-load_balancing.service && echo -n "6, "
296
[ -e /etc/default/grub.default ] && mv -f /etc/default/grub.default /etc/default/grub && echo -n "7"
1 root 297
sleep 1
287 richard 298
 
2226 richard 299
# Cleaning (remove all "old" alcasar scripts)
2243 tom.houday 300
echo -en "\n- End of cleaning ...\n"
1923 franck 301
for rm_fic in /usr/local/bin /usr/local/etc /usr/local/sbin
2206 richard 302
do
306 richard 303
	rm -rf $rm_fic/alcasar*
2206 richard 304
done