From 4240ea02ef00c9256d71381cde8e58d9fbb1f1a1 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Tue, 12 Jul 2022 18:27:23 +0200 Subject: [PATCH] Island: Add credentials to the UiSchema --- .../components/configuration-components/UiSchema.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js b/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js index d70a6f32c..ac9b22ead 100644 --- a/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js +++ b/monkey/monkey_island/cc/ui/src/components/configuration-components/UiSchema.js @@ -30,6 +30,16 @@ export default function UiSchema(props) { } } }, + credentials: { + exploit_ssh_keys: { + items: { + public_key: { + }, + private_key: { + } + } + } + }, network_scan: { targets: { info_box: {