This commit is contained in:
Daniel Goldberg 2018-02-22 10:59:04 +02:00
parent a69f7d93a3
commit f675bed851
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ The Infection Monkey is an open source security tool for testing a data center's
The Infection Monkey is comprised of two parts:
* Monkey - A tool which infects other machines and propagates to them
* Monkey Island - A C&C server with a dedicated UI to visualize the Infection Monkey's progress inside the data center
* Monkey Island - A dedicated server to control and visualize the Infection Monkey's progress inside the data center
To read more about the Monkey, visit http://infectionmonkey.com

View File

@ -528,7 +528,7 @@ SCHEMA = {
}
},
"cnc": {
"title": "Command and Control",
"title": "Monkey Island",
"type": "object",
"properties": {
"servers": {