From 01bb7dd2b4479d385bb7acbb495f35f65c8b6167 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 9 Jun 2022 13:29:21 -0400 Subject: [PATCH] Docs: Copyedits to agent_propagation.md --- docs/content/reference/agent_propagation.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/content/reference/agent_propagation.md b/docs/content/reference/agent_propagation.md index e75f320c5..788da6420 100644 --- a/docs/content/reference/agent_propagation.md +++ b/docs/content/reference/agent_propagation.md @@ -9,7 +9,10 @@ tags: ["agent", "propagation", "reference"] ## How does the Infection Monkey Agent propagate to a new machine? -Agent mainly propagates using remote code execution vulnerabilities. Once the agent is able to -run commands on the victim it executes commands that are similar to the ones described in [manual run page.](../../usage/running-manually/) +The agent propagates using remote code execution vulnerabilities. Once the +agent has achieved remote code execution on the victim, it executes commands +that are similar to the ones described in [manual run +page.](../../usage/running-manually/) -On Windows, it is copied to `C:\Windows\temp\monkey64.exe`. On Linux, it is copied to `/tmp/monkey`. +On Windows targets, the agent is copied to `C:\Windows\temp\monkey64.exe`. On +Linux targets, it is copied to `/tmp/monkey`.