Removed "Where does Infection Monkey store runtime artifacts?" section from FAQ. This talks about monkey internals, which is not a FAQ topic.

This commit is contained in:
VakarisZ 2021-05-14 16:19:52 +03:00
parent 68f821370c
commit 883b7b0464
1 changed files with 0 additions and 17 deletions

View File

@ -9,9 +9,6 @@ Below are some of the most common questions we receive about the Infection Monke
- [Where can I get the latest version of the Infection Monkey?](#where-can-i-get-the-latest-version-of-the-infection-monkey)
- [How long does a single Infection Monkey agent run? Is there a time limit?](#how-long-does-a-single-infection-monkey-agent-run-is-there-a-time-limit)
- [Where does Infection Monkey store runtime artifacts?](#where-does-infection-monkey-store-runtime-artifacts)
- [Monkey Island server](#monkey-island-server)
- [Infection Monkey agent](#infection-monkey-agent)
- [How do I reset the Monkey Island password?](#how-do-i-reset-the-monkey-island-password)
- [Should I run the Infection Monkey continuously?](#should-i-run-the-infection-monkey-continuously)
- [Which queries does the Infection Monkey perform to the internet exactly?](#which-queries-does-the-infection-monkey-perform-to-the-internet-exactly)
@ -40,20 +37,6 @@ If you want to see what has changed between versions, refer to the [releases pag
The Infection Monkey agent shuts off either when it can't find new victims or it has exceeded the quota of victims as defined in the configuration.
## Where does Infection Monkey store runtime artifacts?
### Monkey Island server
The Island server will need to store some files on the system on which it is running, such as the Island logs and any custom post-breach action files.
For this, it uses a "data directory" which can be configured in the `data_dir` field in the `server_config.json` file. The default data directory on Linux is `$HOME/.monkey_island`, and on Windows is `%AppData%\monkey_island`.
### Infection Monkey agent
The Monkey agent will need to store or create some files on the system on which it is running. This includes the agent binaries, logs, and any files needed for the execution of custom post-breach actions or when attempting the Zerologon exploit.
It does so by creating temporary directories on the system and storing the data there.
## How do I reset the Monkey Island password?
When you first access the Monkey Island server, you'll be prompted to create an account.