From e0791bb0c06b8ec7dd553c5e060bd31106c6b650 Mon Sep 17 00:00:00 2001 From: 7ka1 <7ka1@noreply.localhost> Date: Fri, 6 Mar 2026 10:31:08 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index ad74f0f..9901701 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ RED='\033[0;31m' NC='\033[0m' # No Color echo -e "${BLUE}==========================================${NC}" -echo -e "${GREEN} 🛡️ Installation de 7LnA Security V9 Beta${NC}" +echo -e "${GREEN} 🛡️ Installation de 7LnA Security V10 Quantum${NC}" echo -e "${BLUE}==========================================${NC}\n" # Arrêter le script immédiatement si une erreur critique survient @@ -16,10 +16,10 @@ set -e # 1. Installation des dépendances système echo -e "${BLUE}[*] Étape 1 : Vérification et installation des dépendances système...${NC}" sudo apt update -# Ajout de rkhunter (rootkits) et cron (planification) pour la V8 -sudo apt install -y clamav clamav-daemon rkhunter cron python3-venv python3-full python3-tk libnotify-bin wget curl +# Ajout de arp-scan pour le WiFi Guard (V10) en plus du reste +sudo apt install -y clamav clamav-daemon rkhunter arp-scan cron python3-venv python3-full python3-tk libnotify-bin wget curl -# 1.1 Initialisation de rkhunter (Très important pour la V8) +# 1.1 Initialisation de rkhunter echo -e "\n${BLUE}[*] Étape 1.1 : Initialisation de la base de données anti-rootkit...${NC}" sudo rkhunter --update --quiet || true sudo rkhunter --propupd --quiet || true @@ -68,14 +68,14 @@ DESKTOP_FILE="$DESKTOP_DIR/7lna.desktop" cat << EOF > "$DESKTOP_FILE" [Desktop Entry] -Name=7LnA Antivirus V8 Enterprise -Comment=Suite de sécurité avancée : ClamAV, Rootkits, USB & Nettoyage +Name=7LnA Antivirus V10 Quantum +Comment=Suite de sécurité totale : ClamAV, Rootkits, OSINT, WiFi Guard Exec=$LAUNCHER_PATH Icon=security-high Terminal=false Type=Application Categories=System;Security;Utility; -Keywords=antivirus;security;clamav;scan;virus;rootkit;cleaner; +Keywords=antivirus;security;clamav;scan;virus;rootkit;cleaner;wifi;network;osint; EOF chmod +x "$DESKTOP_FILE" @@ -85,5 +85,5 @@ update-desktop-database "$DESKTOP_DIR" 2>/dev/null || true echo -e "\n${BLUE}==========================================${NC}" echo -e "${GREEN} ✅ INSTALLATION TERMINÉE AVEC SUCCÈS !${NC}" echo -e "${BLUE}==========================================${NC}" -echo -e "🛡️ Vous pouvez maintenant lancer ${GREEN}7LnA Antivirus V8 Enterprise${NC} depuis votre menu d'applications." -echo -e "💡 ${BLUE}Astuce : N'hésitez pas à configurer la planification Cron dans l'onglet dédié pour automatiser vos scans.${NC}\n" \ No newline at end of file +echo -e "🛡️ Vous pouvez maintenant lancer ${GREEN}7LnA Antivirus V10 Quantum${NC} depuis votre menu d'applications." +echo -e "💡 ${BLUE}Astuce : Utilisez le bouton 'MaJ Signatures' au premier lancement pour initialiser ClamAV.${NC}\n" \ No newline at end of file