Last active
December 27, 2023 17:34
-
-
Save supermarsx/14b3923e7e2ef8ba55ac430ea3c0507f to your computer and use it in GitHub Desktop.
Wazuh indexer change all passwords
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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