From 3d83f344e62cc2d08f184d63cfa04e18a09cf901 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 14 Oct 2020 12:10:16 +0300 Subject: [PATCH] Minor change: improved AWS collector description to note that AWS collector also runs scoutsuite --- .../config_schema/definitions/system_info_collector_classes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/services/config_schema/definitions/system_info_collector_classes.py b/monkey/monkey_island/cc/services/config_schema/definitions/system_info_collector_classes.py index 0ea92bea5..306f1efc3 100644 --- a/monkey/monkey_island/cc/services/config_schema/definitions/system_info_collector_classes.py +++ b/monkey/monkey_island/cc/services/config_schema/definitions/system_info_collector_classes.py @@ -31,7 +31,8 @@ SYSTEM_INFO_COLLECTOR_CLASSES = { AWS_COLLECTOR ], "title": "AWS collector", - "info": "If on AWS, collects more information about the AWS instance currently running on.", + "info": "If on AWS, collects more information about the AWS instance currently running on. " + "Also responsible for running ScoutSuite cloud security check.", "attack_techniques": ["T1082"] }, {