diff --git a/modules/security/live-attack-monitor.sh b/modules/security/live-attack-monitor.sh index a115f2f..7fcb065 100755 --- a/modules/security/live-attack-monitor.sh +++ b/modules/security/live-attack-monitor.sh @@ -1419,13 +1419,13 @@ show_security_hardening_menu() { echo "" echo "Available Hardening Options:" echo "" - echo " ${BOLD}1${NC} - Enable SYNFLOOD Protection (DDoS defense)" - echo " ${BOLD}2${NC} - Harden SSH Security (Lower LF_SSHD to 3)" - echo " ${BOLD}3${NC} - Optimize CT_LIMIT (Auto-analyze & apply)" - echo " ${BOLD}4${NC} - Configure Port Knocking (Coming soon)" + echo -e " ${BOLD}1${NC} - Enable SYNFLOOD Protection (DDoS defense)" + echo -e " ${BOLD}2${NC} - Harden SSH Security (Lower LF_SSHD to 3)" + echo -e " ${BOLD}3${NC} - Optimize CT_LIMIT (Auto-analyze & apply)" + echo -e " ${BOLD}4${NC} - Configure Port Knocking (Coming soon)" echo "" - echo " ${BOLD}a${NC} - Apply All Needed Fixes" - echo " ${BOLD}q${NC} - Return to Monitor" + echo -e " ${BOLD}a${NC} - Apply All Needed Fixes" + echo -e " ${BOLD}q${NC} - Return to Monitor" echo "" echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" read -p "Select option: " choice