diff --git a/docs/content/usage/scenarios/_index.md b/docs/content/usage/scenarios/_index.md index bf7674cfa..ded3e8974 100644 --- a/docs/content/usage/scenarios/_index.md +++ b/docs/content/usage/scenarios/_index.md @@ -8,13 +8,22 @@ pre = " " # Scenarios -This section describes possible scenarios for the Infection Monkey and how you can configure the tool. -You can also refer to [our FAQ](../../faq) for more specific questions and answers. +This section describes Scenarios in the Infection Monkey. {{% notice note %}} Don't worry! The Infection Monkey uses safe exploiters and does not cause any permanent system modifications that could impact security or operations. {{% /notice %}} +The Infection Monkey has pre-existing scenarios to simulate common types of attacks that take place. These scenarios, when selected, manipulate the default configuration values and only show the configuration fields relevant to the selected scenario. This makes it possible for you to quickly run the Monkey on your network with a targeted configuration. + +![Choose scenario](/images/usage/scenarios/choose-scenario.png "Choose a scenario") + +To exit a scenario and select another one, click on "Start Over". + +![Start over](/images/usage/scenarios/start-over.png "Start over") + +You can also refer to [our FAQ](../../faq) for more specific questions and answers. + ## Section contents {{% children description=True style="p"%}} diff --git a/docs/static/images/usage/scenarios/choose-scenario.png b/docs/static/images/usage/scenarios/choose-scenario.png new file mode 100644 index 000000000..31966486d Binary files /dev/null and b/docs/static/images/usage/scenarios/choose-scenario.png differ diff --git a/docs/static/images/usage/scenarios/start-over.png b/docs/static/images/usage/scenarios/start-over.png new file mode 100644 index 000000000..60deecfa1 Binary files /dev/null and b/docs/static/images/usage/scenarios/start-over.png differ