From 27a7d960fe98c1f7c0a777d89ac3a1102d64c68a Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 5 Aug 2020 13:12:59 +0300 Subject: [PATCH 1/3] Bumped up version numbers for docker.md --- docs/content/setup/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index e65ff5734..4a07293b8 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -14,11 +14,11 @@ To extract the `tar.gz` file, run `tar -xvzf monkey-island-docker.tar.gz`. Once you’ve extracted the container from the tar.gz file, run the following commands: ```sh -sudo docker load -i dk.monkeyisland.latest.tar +sudo docker load -i dk.monkeyisland.1.9.0.tar sudo docker pull mongo sudo mkdir -p /var/monkey-mongo/data/db sudo docker run --name monkey-mongo --network=host -v /var/monkey-mongo/data/db:/data/db -d mongo -sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:1.8.2 +sudo docker run --name monkey-island --network=host -d guardicore/monkey-island:1.9.0 ``` ## Upgrading From 12307d51dfc53ffded97b32c123c8ff4338f7f91 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 5 Aug 2020 17:29:58 +0300 Subject: [PATCH 2/3] Retargeted links in README.md to direct to documentation framework --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf9768459..73609f6f0 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,13 @@ The Infection Monkey uses the following techniques and exploits to propagate to * and more ## Setup -Check out the [Setup](https://github.com/guardicore/monkey/wiki/setup) page in the Wiki or a quick getting [started guide](https://www.guardicore.com/infectionmonkey/wt/). +Check out the [Setup](https://www.guardicore.com/infectionmonkey/docs/setup/) page in the Wiki or a quick getting [started guide](https://www.guardicore.com/infectionmonkey/docs/usage/getting-started/). -The Infection Monkey supports a variety of platforms, documented [in the wiki](https://github.com/guardicore/monkey/wiki/OS-compatibility). +The Infection Monkey supports a variety of platforms, documented [in the documentation framework](https://www.guardicore.com/infectionmonkey/docs/reference/operating_systems_support/). ## Building the Monkey from source -To deploy development version of monkey you should refer to readme in the [deployment scripts](deployment_scripts) folder. -If you only want to build the monkey from source, see [Setup](https://github.com/guardicore/monkey/wiki/Setup#compile-it-yourself) -and follow the instructions at the readme files under [infection_monkey](monkey/infection_monkey) and [monkey_island](monkey/monkey_island). +To deploy development version of monkey you should refer to readme in the [deployment scripts](deployment_scripts) +folder or follow documentation in [documentation hub](https://www.guardicore.com/infectionmonkey/docs/development/setup-development-environment/). ### Build status | Branch | Status | From d2bb0dce21e360aa3c2978d3ad6bab3e3f906463 Mon Sep 17 00:00:00 2001 From: Shay Nehmad <48879847+ShayNehmad@users.noreply.github.com> Date: Wed, 5 Aug 2020 19:12:30 +0300 Subject: [PATCH 3/3] Documentation framework -> hub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73609f6f0..63d4bd37d 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ The Infection Monkey uses the following techniques and exploits to propagate to * SambaCry * Elastic Search (CVE-2015-1427) * Weblogic server - * and more + * and more, see our [Documentation hub](https://www.guardicore.com/infectionmonkey/docs/reference/exploiters/) for more information about our RCE exploiters. ## Setup Check out the [Setup](https://www.guardicore.com/infectionmonkey/docs/setup/) page in the Wiki or a quick getting [started guide](https://www.guardicore.com/infectionmonkey/docs/usage/getting-started/). -The Infection Monkey supports a variety of platforms, documented [in the documentation framework](https://www.guardicore.com/infectionmonkey/docs/reference/operating_systems_support/). +The Infection Monkey supports a variety of platforms, documented [in our documentation hub](https://www.guardicore.com/infectionmonkey/docs/reference/operating_systems_support/). ## Building the Monkey from source To deploy development version of monkey you should refer to readme in the [deployment scripts](deployment_scripts)