diff --git a/scanners/ncrack/.helm-docs.gotmpl b/scanners/ncrack/.helm-docs.gotmpl index e7f3eb60a9..ba4966a6fb 100644 --- a/scanners/ncrack/.helm-docs.gotmpl +++ b/scanners/ncrack/.helm-docs.gotmpl @@ -134,13 +134,13 @@ Now you only need to set the value *encryptPasswords.existingSecret* to the secrets name when installing the scanner ```bash - helm install ncrack secureCodeBox/ncrack --set="encryptPasswords.existingSecret=" + helm upgrade --install ncrack secureCodeBox/ncrack --set="encryptPasswords.existingSecret=" ``` To decrypt a password from a finding use: ```bash -base64 encryptedPassword -d | openssl rsautl -decrypt -inkey key.pem -out decryptedPassword.txt +base64 encryptedPassword -d | openssl pkeyutl -decrypt -inkey key.pem -out decryptedPassword.txt ``` #### Setup with custom files: @@ -156,7 +156,7 @@ Now we created a secret named "ncrack-lists". Before we can use the files, we have to install the Ncrack ScanType: ```bash -cat <