From b0a1ce8e74f9388f917b12ce723af46ebfa22231 Mon Sep 17 00:00:00 2001 From: Maarten de Kruijf <16100232+MaartendeKruijf@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:12:11 +0200 Subject: [PATCH] Fixed typo and updated list --- docs/content/en/docs/core-components/executer.md | 1 + docs/content/en/docs/core-components/modules.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/en/docs/core-components/executer.md b/docs/content/en/docs/core-components/executer.md index 0ccd56d5..3124a226 100644 --- a/docs/content/en/docs/core-components/executer.md +++ b/docs/content/en/docs/core-components/executer.md @@ -104,6 +104,7 @@ The capability selector will select the implementation which is capable of execu * ssh * http-api * openc2-http + * powershell * **Coming soon** * manual * **Future (potentially)** diff --git a/docs/content/en/docs/core-components/modules.md b/docs/content/en/docs/core-components/modules.md index 93a320a3..13d550e0 100644 --- a/docs/content/en/docs/core-components/modules.md +++ b/docs/content/en/docs/core-components/modules.md @@ -203,7 +203,7 @@ The result of the step is stored in the following output variables: ### PowerShell capability -This capability implements the [PowerShell Command](https://docs.oasis-open.org/cacao/security-playbooks/v2.0/cs01/security-playbooks-v2.0-cs01.html#_Toc152256499), by sending [PowerShell commands](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.4) using the [WinRM transport method](https://learn.microsoft.com/en-us/windows/win32/winrm/portal). +This capability implements the [PowerShell Command](https://docs.oasis-open.org/cacao/security-playbooks/v2.0/cs01/security-playbooks-v2.0-cs01.html#_Toc152256499), by sending [PowerShell commands](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.4) using the [WinRM transport method](https://learn.microsoft.com/en-us/windows/win32/winrm/portal). It supports the username, password authentication mechanism.