Subversion Repositories ALCASAR

Rev

Rev 1386 | Rev 1391 | 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 1388 2014-06-15 14:47:10Z 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
 
672 richard 8
# Désisntallation d'ALCASAR
9
# Uninstall ALCASAR
10
 
88 richard 11
SED="/bin/sed -i"
1 root 12
clear
13
echo "-----------------------------------------------------------------------------"
534 richard 14
echo "**                     Uninstall/Update ALCASAR                            **"
1 root 15
echo "-----------------------------------------------------------------------------"
16
echo
17
#services_stop
1371 richard 18
for i in havp  gammu-smsd
1 root 19
do
294 richard 20
	[ -e /etc/init.d/$i ] && /sbin/chkconfig --del $i && /etc/init.d/$i stop && killall $i 2>/dev/null
1 root 21
done
1375 richard 22
for i in alcasar-load_balancing.service nfsen.service mysqld.service ntpd.service iptables.service ulogd-ext-access.service ulogd-ssh.service ulogd-traceability.service dansguardian.service httpd.service radiusd.service freshclam.service dnsmasq.service dnsmasq-blacklist.service dnsmasq-whitelist.service dhcpd.service chilli.service
1211 crox53 23
do
1229 crox53 24
	[ -e /lib/systemd/system/$i ] && systemctl disable $i && systemctl stop $i 1>/dev/null
1211 crox53 25
done
26
 
1065 richard 27
echo "Stop ALCASAR main functions : "
287 richard 28
 
1 root 29
#init
287 richard 30
echo -en "\n- init(1) : "
306 richard 31
#les fichiers situés dans /usr/local/ seront supprimés à la fin car encore utiles ici
498 richard 32
rm -f /root/ALCASAR* && echo -n "1"
1 root 33
sleep 1
287 richard 34
 
1 root 35
# gestion
1359 richard 36
echo -en "\n- gestion(9) : "
1 root 37
[ -d /var/www/html ] && rm -rf /var/www/html && echo -n "1, "
38
[ -e /etc/httpd/conf/httpd.conf.default ] && mv /etc/httpd/conf/httpd.conf.default /etc/httpd/conf/httpd.conf && echo -n "2, "
71 richard 39
[ -e /etc/php.ini.default ] && mv /etc/php.ini.default /etc/php.ini && echo -n "3, "
806 richard 40
[ -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 "4, "
607 richard 41
if [ -d /usr/local/etc/digest ] # v >= 2.0
42
	then rm -rf /usr/local/etc/digest && echo -n "5, "
43
	else echo -n "5, "
44
fi
45
[ -e /etc/httpd/conf/webapps.d/alcasar.conf ] && rm -f /etc/httpd/conf/webapps.d/alcasar.conf && echo -n "6, "
1359 richard 46
[ -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 "7, "
47
[ -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, "
48
[ -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"
1 root 49
sleep 1
287 richard 50
 
1 root 51
# CA
287 richard 52
echo -en "\n- AC(4) : "
1 root 53
[ -e /etc/pki/CA/alcasar-ca.crt ] && rm -f /etc/pki/CA/alcasar-ca.crt && echo -n "1, "
54
[ -e /etc/pki/CA/private/alcasar-ca.key ] && rm -f /etc/pki/CA/private/alcasar-ca.key && echo -n "2, "
55
[ -e /etc/pki/tls/certs/alcasar.crt ] && rm -f /etc/pki/tls/certs/alcasar.crt && echo -n "3, "
56
[ -e /etc/pki/tls/private/alcasar.key ] && rm -f /etc/pki/tls/private/alcasar.key && echo -n "4"
57
sleep 1
287 richard 58
 
1 root 59
#init_db
615 richard 60
echo -en "\n- init_db(2) : "
61
[ -e /etc/my.cnf.default ] && mv -f /etc/my.cnf.default /etc/my.cnf && echo -n "1, "
1357 richard 62
[ -e /lib/systemd/system/mysqld.service.default ] && mv -f /lib/systemd/system/mysqld.service.default /lib/systemd/system/mysqld.service && echo -n "2"
1355 richard 63
systemctl daemon-reload
64
rm -rf /var/lib/mysql
1 root 65
sleep 1
287 richard 66
 
1 root 67
#param_radius
1388 richard 68
echo -en "\n- radius(9) : "
1 root 69
[ -e /etc/raddb/radiusd-db-vierge.sql ] && rm -f /etc/raddb/radiusd-db-vierge.sql && echo -n "1, "
70
[ -e /etc/raddb/radiusd.conf.default ] && mv /etc/raddb/radiusd.conf.default /etc/raddb/radiusd.conf && echo -n "2, "
71
[ -e /etc/raddb/sites-enabled/alcasar ] && rm /etc/raddb/sites-enabled/alcasar && echo -n "3, "
72
[ -e /etc/raddb/sites-available/alcasar ] && rm /etc/raddb/sites-available/alcasar && echo -n "4, "
73
[ -e /etc/raddb/clients.conf.default ] && mv /etc/raddb/clients.conf.default /etc/raddb/clients.conf && echo -n "5, "
74
[ -e /etc/raddb/sql.conf.default ] && mv /etc/raddb/sql.conf.default /etc/raddb/sql.conf && echo -n "6, "
1278 richard 75
[ -e /etc/raddb/sql/mysql/dialup.conf.default ] && mv /etc/raddb/sql/mysql/dialup.conf.default /etc/raddb/sql/mysql/dialup.conf && echo -n "7, "
1358 richard 76
[ -e /etc/raddb/sql/mysql/counter.conf.default ] && mv /etc/raddb/sql/mysql/counter.conf.default /etc/raddb/sql/mysql/counter.conf && echo -n "8, "
77
[ -e /lib/systemd/system/radiusd.service.default ] && mv /lib/systemd/system/radiusd.service.default /lib/systemd/system/radiusd.service && echo -n "9"
1 root 78
sleep 1
287 richard 79
 
1 root 80
#param_web_radius
1388 richard 81
echo -en "\n- web_radius(4) : "
1 root 82
[ -e /etc/freeradius-web/admin.conf.default ] && mv /etc/freeradius-web/admin.conf.default /etc/freeradius-web/admin.conf && echo -n "1, "
83
[ -e /etc/freeradius-web/naslist.conf ] && rm /etc/freeradius-web/naslist.conf && echo -n "2, "
1278 richard 84
[ -e /etc/freeradius-web/user_edit.attrs.default ] && mv /etc/freeradius-web/user_edit.attrs.default /etc/freeradius-web/user_edit.attrs && echo -n "3, "
85
[ -e /etc/freeradius-web/sql.attrmap.default ] || mv /etc/freeradius-web/sql.attrmap.default /etc/freeradius-web/sql.attrmap && echo -n "4"
1 root 86
sleep 1
287 richard 87
 
1 root 88
#param_chilli
1388 richard 89
echo -en "\n- chilli(4) : "
1373 richard 90
[ -e /etc/init.d/chilli.default ] && mv /etc/init.d/chilli.default /etc/init.d/chilli && echo -n "1, "
91
[ -e /usr/libexec/chilli ] && rm /usr/libexec/chilli && echo -n "2, "
92
[ -e /etc/chilli.conf.default ] && mv /etc/chilli.conf.default /etc/chilli.conf && echo -n "3, "
1376 richard 93
[ -e /lib/systemd/system/chilli.service ] && rm /lib/systemd/system/chilli.service && echo -n "4"
1 root 94
sleep 1
287 richard 95
 
1 root 96
#param_dansguardian
1388 richard 97
echo -en "\n- dansguardian(8) : "
315 richard 98
[ -d /var/dansguardian ] && rm -rf /var/dansguardian && echo -n "1, "
99
[ -e /etc/dansguardian/dansguardian.conf.default ] && mv /etc/dansguardian/dansguardian.conf.default /etc/dansguardian/dansguardian.conf && echo -n "2, "
100
[ -e /etc/dansguardian/lists/bannedphraselist.default ] && mv /etc/dansguardian/lists/bannedphraselist.default /etc/dansguardian/lists/bannedphraselist && echo -n "3, "
101
[ -e /etc/dansguardian/dansguardianf1.conf.default ] && mv /etc/dansguardian/dansguardianf1.conf.default /etc/dansguardian/dansguardianf1.conf && echo -n "4, "
102
[ -e /etc/dansguardian/lists/bannedextensionlist.default ] && mv /etc/dansguardian/lists/bannedextensionlist.default /etc/dansguardian/lists/bannedextensionlist && echo -n "5, "
103
[ -e /etc/dansguardian/lists/bannedmimetypelist.default ] && mv /etc/dansguardian/lists/bannedmimetypelist.default /etc/dansguardian/lists/bannedmimetypelist && echo -n "6, "
104
[ -e /etc/dansguardian/lists/exceptioniplist.default ] && mv /etc/dansguardian/lists/exceptioniplist.default /etc/dansguardian/lists/exceptioniplist && echo -n "7, "
105
[ -e /etc/dansguardian/lists/bannedsitelist.default ] && mv /etc/dansguardian/lists/bannedsitelist.default /etc/dansguardian/lists/bannedsitelist && echo -n "8"
1 root 106
sleep 1
287 richard 107
 
71 richard 108
#antivirus
1357 richard 109
echo -en "\n- antivirus(4) : "
294 richard 110
if [ -e /etc/init.d/havp ] 
111
	then
796 richard 112
	[ -e /etc/havp/havp.config.default ] && mv /etc/havp/havp.config.default /etc/havp/havp.config && echo -n "1, "
1357 richard 113
	userdel -r havp 2>/dev/null && echo -n "2, "
796 richard 114
	[ `grep havp /etc/fstab|wc -l` -ne "0" ] && $SED "/havp/d" /etc/fstab # anciennes versions (mémoire tampon sur disque)
1357 richard 115
	[ -e /etc/init.d/havp.default ] && mv /etc/init.d/havp.default /etc/init.d/havp && echo -n "3, "
116
	[ -e /etc/freshclam.conf.default ] && mv /etc/freshclam.conf.default /etc/freshclam.conf && echo -n "4"
534 richard 117
else	echo -n "uninstalled"
88 richard 118
fi
71 richard 119
sleep 1
534 richard 120
 
476 richard 121
#param_ulogd
1365 richard 122
echo -en "\n- ulogd(6) : "
1376 richard 123
i=0
124
for log_type in traceability ssh ext-access
125
      do
126
      i=`expr $i + 1`
127
      [ -e /etc/ulogd-$log_type.conf ] && rm -f /etc/ulogd-$log_type.conf && echo -n "$i, "
128
      i=`expr $i + 1`
129
      [ -e /lib/systemd/system/ulogd-$log_type.service ] && rm -f /lib/systemd/system/ulogd-$log_type.service && echo -n "$i"
130
      done
476 richard 131
sleep 1
132
 
1358 richard 133
#nfsen
1365 richard 134
echo -en "\n- nfsen(2) : "
1384 richard 135
[ `grep "^nfsen:" /etc/passwd | wc -l` == 1 ] && userdel -r nfsen 2>/dev/null && echo -n "1, " 
136
[ `grep "^www-data:" /etc/group | wc -l` == 1 ] && userdel -r www-data 2>/dev/null && groupdel www-data 2>/dev/null && echo -n "2"
1365 richard 137
 
138
# We keep netflow RRD DB for the moment  
139
#[ -d /var/log/netflow ] && rm -rf /var/log/netflow && echo -n "3"
1157 stephane 140
sleep 1
141
 
226 franck 142
#DnsMasq
1357 richard 143
echo -en "\n- dnsmasq(6) : "
144
if [ -e /lib/systemd/system/dnsmasq.service ]
88 richard 145
then
1357 richard 146
	[ -e /etc/sysconfig/dnsmasq.default ] && mv /etc/sysconfig/dnsmasq.default /etc/sysconfig/dnsmasq && echo -n "1 ,"
147
	[ -e /etc/dnsmasq.conf.default ] && mv /etc/dnsmasq.conf.default /etc/dnsmasq.conf && echo -n "2, "
148
	[ -e /etc/dnsmasq-blacklist.conf ] && rm /etc/dnsmasq-blacklist.conf && echo -n "3, "
149
	[ -e /etc/dnsmasq-whitelist.conf ] && rm /etc/dnsmasq-whitelist.conf && echo -n "4, "
150
	[ -e /lib/systemd/system/dnsmasq-blacklist.service ] && rm /lib/systemd/system/dnsmasq-blacklist.service && echo -n "5, "
151
	[ -e /lib/systemd/system/dnsmasq-whitelist.service ] && rm /lib/systemd/system/dnsmasq-whitelist.service && echo -n "6"
1362 richard 152
 
534 richard 153
else echo -n "uninstalled"
88 richard 154
fi
1 root 155
sleep 1
287 richard 156
 
1384 richard 157
#BL
158
echo -en "\n- BL(1) : "
1386 richard 159
[ -e /lib/systemd/system/iptables.service.default ] && mv /lib/systemd/system/iptables.service.default /lib/systemd/system/iptables.service && echo "1"
1384 richard 160
sleep 1
1358 richard 161
 
490 richard 162
#dhcpd
163
echo -en "\n- dhcp-server(1) : "
164
if [ -e /etc/init.d/dhcpd ]
165
then
166
	/usr/sbin/urpme --auto dhcp-server --auto-orphans && echo -n "1"
534 richard 167
else echo -n "uninstalled"
490 richard 168
fi
169
sleep 1
170
 
1388 richard 171
#fail2ban
172
echo -en "\n- fail2ban(7) :"
173
[ -e /etc/fail2ban/fail2ban.conf.default ] && mv /etc/fail2ban/fail2ban.conf.default /etc/fail2ban/fail2ban.conf && echo -n "1, "
174
[ -e /etc/fail2ban/jail.conf.default ] && mv /etc/fail2ban/jail.conf.default /etc/fail2ban/jail.conf && echo -n "2, "
175
[ -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, "
176
[ -e /etc/fail2ban/filter.d/alcasar_mod-evasive.conf ] && rm /etc/fail2ban/filter.d/alcasar_mod-evasive.conf && echo -n "4, "
177
[ -e /etc/fail2ban/filter.d/alcasar_htdigest.conf ] && rm /etc/fail2ban/filter.d/alcasar_htdigest.conf && echo -n "5, "
178
[ -e /etc/fail2ban/filter.d/alcasar_intercept.conf ] && rm /etc/fail2ban/filter.d/alcasar_intercept.conf && echo -n "6, "
179
[ -e /etc/fail2ban/filter.d/alcasar_change-password.conf ] && rm /etc/fail2ban/filter.d/alcasar_change-password.conf && echo -n "7"
180
sleep 1
181
 
1 root 182
#cron
798 richard 183
echo -en "\n- cron(10) : "
1 root 184
[ -e /etc/crontab.default ] && mv /etc/crontab.default /etc/crontab && echo -n "1, "
185
[ -e /etc/anacrontab.default ] && mv /etc/anacrontab.default /etc/anacrontab && echo -n "2, "
796 richard 186
[ -e /etc/cron.d/alcasar-mysql ] && rm -f /etc/cron.d/alcasar-mysql && echo -n "3, "
187
[ -e /etc/cron.d/alcasar-export_log ] && rm -f /etc/cron.d/alcasar-export_log && echo -n "4, "
188
[ -e /etc/cron.d/alcasar-clean_log ] && rm -f /etc/cron.d/alcasar-clean_log && echo -n "5, "
189
[ -e /etc/cron.d/alcasar-clean_import ] && rm -f /etc/cron.d/alcasar-clean_import && echo -n "6, "
190
[ -e /etc/cron.d/alcasar-distrib-updates ] && rm -f /etc/cron.d/alcasar-distrib-updates && echo -n "7, "
1157 stephane 191
[ -e /etc/cron.d/awstats ] && rm -f /etc/cron.d/awstats && echo -n "8, "
796 richard 192
[ -e /etc/cron.d/freeradius-web ] && rm -f /etc/cron.d/freeradius-web && echo -n "9, "
193
[ -e /etc/cron.d/alcasar-watchdog ] && rm -f /etc/cron.d/alcasar-watchdog && echo -n "10"
194
rm -f /etc/cron.d/coova /etc/cron.d/alcasar-bl_download
1 root 195
sleep 1
287 richard 196
 
1384 richard 197
#gammu-smsd
198
echo -en "\n- gammu-smsd(3) :"
199
[ -e /etc/gammu_smsd_conf ] && rm -f /etc/gammu_smsd_conf && echo -n "1, "
200
[ -e /etc/udev/rules.d/66-huawei.rules ] && rm -f /etc/udev/rules.d/66-huawei.rules && echo -n "2, "
201
[ -e /var/log/gammu-smsd ] && rm -rf /var/log/gammu-smsd && echo ,-n "3"
1388 richard 202
sleep 1
1384 richard 203
 
1365 richard 204
#network
790 richard 205
echo -en "\n- network(9) : "
287 richard 206
hostname localhost
1365 richard 207
EXTIF=`/sbin/ip route|grep default|cut -d" " -f5`
208
INTIF=`/sbin/ip	link|grep '^[[:digit:]]:'|grep -v "lo\|$EXTIF"|cut -d" " -f2|tr -d ":"`
209
i=0
210
for nic in $EXTIF $INTIF
1362 richard 211
	do
1365 richard 212
	i=`expr $i + 1`
1362 richard 213
	/sbin/ifdown $nic
1365 richard 214
	[ -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 215
	done
216
[ -e /etc/sysconfig/network.default ] && mv /etc/sysconfig/network.default /etc/sysconfig/network && echo -n "3, "
217
[ -e /etc/hosts.default ] && mv /etc/hosts.default /etc/hosts && echo -n "4, "
287 richard 218
[ -e /etc/ntp.conf.default ] && mv /etc/ntp.conf.default /etc/ntp.conf && echo -n "5, "
310 richard 219
[ -e /etc/hosts.allow.default ] && mv /etc/hosts.allow.default /etc/hosts.allow && echo -n "6, "
604 richard 220
[ -e /etc/hosts.deny.default ] && mv /etc/hosts.deny.default /etc/hosts.deny && echo -n "7, "
796 richard 221
[ -e /etc/sysconfig/iptables ] && rm -f /etc/sysconfig/iptables && echo -n "8, "
790 richard 222
[ -e /etc/modprobe.preload.default ] && mv /etc/modprobe.preload.default /etc/modprobe.preload && echo -n "9"
223
 
310 richard 224
echo
1365 richard 225
/sbin/ifup $EXTIF
1 root 226
sleep 1
287 richard 227
 
1 root 228
#post_install
1185 crox53 229
echo -en "\n- post_install(12) : "
1007 richard 230
[ -e /etc/mageia-release.default ] && mv /etc/mageia-release.default /etc/mageia-release && echo -n "1, "
1 root 231
[ -e /etc/ssh/alcasar-banner-ssh ] && rm -f /etc/ssh/alcasar-banner-ssh && echo -n "2, "
232
[ -e /etc/ssh/sshd_config.default ] && mv /etc/ssh/sshd_config.default /etc/ssh/sshd_config && echo -n "3, "
233
[ -e /etc/bashrc.default ] && mv /etc/bashrc.default /etc/bashrc && echo -n "4, "
234
[ -e /etc/sudoers.default ] && mv /etc/sudoers.default /etc/sudoers && echo -n "5, "
235
[ -e /etc/logrotate.d/mysqld ] && rm -f /etc/logrotate.d/mysqld && echo -n "6, "
236
[ -e /etc/logrotate.d/httpd ] && rm -f /etc/logrotate.d/httpd && echo -n "7, "
237
[ -e /etc/logrotate.d/squid ] && rm -f /etc/logrotate.d/squid && echo -n "8, "
238
[ -e /etc/logrotate.d/radiusd ] && rm -f /etc/logrotate.d/radiusd && echo -n "9, "
799 richard 239
[ -e /etc/logrotate.d/ulogd ] && rm -f /etc/logrotate.d/ulogd && echo -n "10, "
1211 crox53 240
[ -e /etc/logrotate.d/dnsmasq ] && rm -f /etc/logrotate.d/dnsmasq && echo -n "11, "
241
[ -e /lib/systemd/system/alcasar-load_balancing.service ] && rm -f /lib/systemd/system/alcasar-load_balancing.service && echo -n "12"
1 root 242
sleep 1
287 richard 243
 
1349 richard 244
 
1384 richard 245
 
287 richard 246
#nettoyage (on retire les services supprimés ou remplacés dans la nouvelle version)
534 richard 247
echo -en "\n- cleaning() : "
306 richard 248
for rm_fic in /usr/local/bin /usr/local/sbin /usr/local/etc
249
	do
250
	rm -rf $rm_fic/alcasar*
251
	done
1 root 252
echo
833 franck 253
 
1365 richard 254
#suppression des exceptions de mises à jours ( coova-chilli et freeradius)
1159 crox53 255
sed -i '/coova.*/d' /etc/urpmi/skip.list