forked from p15670423/monkey
docs: Modify docs based on changes removing no auth option
This commit is contained in:
parent
ffd421bed6
commit
f6561fb1ab
|
@ -52,12 +52,11 @@ Monkey in the newly created folder.
|
||||||
## Reset/enable the Monkey Island password
|
## Reset/enable the Monkey Island password
|
||||||
|
|
||||||
When you first access the Monkey Island server, you'll be prompted to create an account.
|
When you first access the Monkey Island server, you'll be prompted to create an account.
|
||||||
To reset the credentials or enable/disable the authentication,
|
To reset the credentials, edit the `server_config.json` file manually
|
||||||
edit the `server_config.json` file manually
|
|
||||||
(located in the [data directory](/reference/data_directory)).
|
(located in the [data directory](/reference/data_directory)).
|
||||||
|
|
||||||
In order to reset the credentials, the following edits need to be made:
|
In order to reset the credentials, the following edits need to be made:
|
||||||
1. Delete the `user` field if one exists. It will look like this:
|
1. Delete the `user` field. It will look like this:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
...
|
...
|
||||||
|
@ -65,7 +64,7 @@ In order to reset the credentials, the following edits need to be made:
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
1. Delete the `password_hash` field if one exists. It will look like this:
|
1. Delete the `password_hash` field. It will look like this:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
...
|
...
|
||||||
|
|
|
@ -11,8 +11,6 @@ tags: ["usage", "password"]
|
||||||
|
|
||||||
The first time you launch Monkey Island (the Infection Monkey C&C server), you'll be prompted to create an account and secure your island. After account creation, the server will only be accessible via the credentials you entered.
|
The first time you launch Monkey Island (the Infection Monkey C&C server), you'll be prompted to create an account and secure your island. After account creation, the server will only be accessible via the credentials you entered.
|
||||||
|
|
||||||
If you want an island to be accessible without credentials, press *I want anyone to access the island*. Please note that this option is insecure, and you should only use it in development environments.
|
|
||||||
|
|
||||||
## Resetting your account credentials
|
## Resetting your account credentials
|
||||||
|
|
||||||
This procedure is documented in [the FAQ]({{< ref "/faq/#how-do-i-reset-the-monkey-island-password" >}}).
|
This procedure is documented in [the FAQ]({{< ref "/faq/#how-do-i-reset-the-monkey-island-password" >}}).
|
||||||
|
|
Loading…
Reference in New Issue