diff --git a/launcher.sh b/launcher.sh index 7207432..7988e45 100755 --- a/launcher.sh +++ b/launcher.sh @@ -120,6 +120,7 @@ show_security_menu() { echo -e " ${CYAN}2)${NC} 🤖 Quick Scan (1 hour) - Recent activity only" echo -e " ${CYAN}3)${NC} 📊 IP Reputation Manager - Query/manage IP database" echo -e " ${CYAN}4)${NC} 🦠 Malware Scanner - ImunifyAV, ClamAV, Maldet" + echo -e " ${CYAN}17)${NC} 🔐 Suspicious Login Monitor - SSH/Panel login analysis" echo "" echo -e "${BOLD}Live Monitoring:${NC}" echo "" @@ -173,6 +174,7 @@ handle_security_menu() { 14) run_module "security" "optimize-ct-limit.sh" ;; 15) bash "$BASE_DIR/tools/analyze-historical-attacks.sh" ;; 16) run_module "security" "bot-blocker.sh" ;; + 17) run_module "security" "suspicious-login-monitor.sh" ;; 0) return ;; *) echo -e "${RED}Invalid option${NC}"; sleep 1 ;; esac