From af53482adeb533e9f1af1e31c149c4512863d007 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Sun, 17 May 2026 23:43:55 -0700 Subject: [PATCH] docs: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9354de..b2df360 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Below is a list of tools included in this repository. | **[Root Locker](hardening/Root%20Locker/root-locker.bash)** | Locks the root account to prevent direct logins. | Hardening | Root privileges | Preserves sudo access | | **[SSHD Hardening](hardening/SSHD%20Hardening/harden-sshd.bash)** | Harden OpenSSH server (sshd) per Lynis recommendations. | Hardening | Root privileges | Creates backups | | **[UFW Cloudflare](hardening/UFW%20Cloudflare/ufw-cloudflare.bash)** | Configure UFW to only allow HTTP/HTTPS from Cloudflare IP ranges. | Hardening | Root privileges, UFW, Internet connection | Creates backups | -| **[Nginx WAF](hardening/Nginx%20WAF/nginx-waf.bash)** | Install and configure ModSecurity with OWASP Core Rule Set for Nginx. | Hardening | Root privileges, Nginx, Internet connection | **IMPORTANT:** Currently in **Beta** | +| **[Nginx WAF](hardening/Nginx%20WAF/nginx-waf.bash)** | Install and configure ModSecurity with OWASP Core Rule Set for Nginx. | Hardening | Root privileges, Nginx, Internet connection | **IMPORTANT:** Currently in **Beta**. Confirmed to work on Nginx v1.24.0 and later. | > [!NOTE] > All scripts include version information in their headers. Check individual CHANGELOG.md files in each tool's directory for version history and updates.