Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Wazuh Vulnerability Detection Lab Setup Script
# This script installs intentionally vulnerable software that Wazuh can detect
# WARNING: Only use in isolated lab environments!
set +e
# Colors for output
RED='\033[0;31m'