forked from p34709852/monkey
Docs: Copyedits to agent_propagation.md
This commit is contained in:
parent
04aacc2cba
commit
01bb7dd2b4
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue