Merge pull request #690 from guardicore/602/accounts-and-security

Added accounts and security page
This commit is contained in:
Shay Nehmad 2020-06-24 11:25:08 +03:00 committed by GitHub
commit 46dd6d30b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
title: "Accounts and Security"
date: 2020-06-22T15:36:56+03:00
draft: false
---
## Security in Infection Monkey
The first time you launch Monkey Island (Infection Monkey CC server), you'll be prompted to
create an account and secure your island. After your account is created, the server will only
be accessible via the credentials you chose.
If you want island to be accessible without credentials press "I want anyone to access the island".
This is an insecure option though and should only be used in development.
## Resetting account credentials
To reset credentials edit `monkey_island\cc\server_config.json`
by deleting `user` and `password_hash` variables. Then restart Island server and you should be
prompted with registration form.
Example `server_config.json` for account reset:
```json
{
"server_config": "password",
"deployment": "develop"
}
```