Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Last active December 27, 2023 17:34
Show Gist options
  • Save supermarsx/14b3923e7e2ef8ba55ac430ea3c0507f to your computer and use it in GitHub Desktop.
Save supermarsx/14b3923e7e2ef8ba55ac430ea3c0507f to your computer and use it in GitHub Desktop.
Wazuh indexer change all passwords
apt update
apt install curl -y
cd /usr/share/wazuh-indexer/plugins/opensearch-security/tools/
chmod +x ./wazuh-passwords-tool.sh
./wazuh-passwords-tool.sh --change-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment