forked from p15670423/monkey
Removed hidden descriptions
This commit is contained in:
parent
c88488c415
commit
167d1f50d5
|
@ -11,7 +11,8 @@ SCHEMA = {
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"exploiter_classes": {
|
"exploiter_classes": {
|
||||||
"title": "Exploit class",
|
"title": "Exploit class",
|
||||||
"description": "Click on exploiter to get more information about it.",
|
"description": "Click on exploiter to get more information about it." + WARNING_SIGN +
|
||||||
|
" Note that using unsafe exploits may cause crashes of the exploited machine/service.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
|
@ -481,8 +482,7 @@ SCHEMA = {
|
||||||
"TrapCommand",
|
"TrapCommand",
|
||||||
"ChangeSetuidSetgid",
|
"ChangeSetuidSetgid",
|
||||||
"ScheduleJobs"
|
"ScheduleJobs"
|
||||||
],
|
]
|
||||||
"description": "List of actions the Monkey will run post breach"
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -588,8 +588,7 @@ SCHEMA = {
|
||||||
AWS_COLLECTOR,
|
AWS_COLLECTOR,
|
||||||
HOSTNAME_COLLECTOR,
|
HOSTNAME_COLLECTOR,
|
||||||
PROCESS_LIST_COLLECTOR
|
PROCESS_LIST_COLLECTOR
|
||||||
],
|
]
|
||||||
"description": "Determines which system information collectors will collect information."
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -693,8 +692,7 @@ SCHEMA = {
|
||||||
"MySQLFinger",
|
"MySQLFinger",
|
||||||
"MSSQLFinger",
|
"MSSQLFinger",
|
||||||
"ElasticFinger"
|
"ElasticFinger"
|
||||||
],
|
]
|
||||||
"description": "Determines which classes to use for fingerprinting"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -933,10 +931,7 @@ SCHEMA = {
|
||||||
"HadoopExploiter",
|
"HadoopExploiter",
|
||||||
"VSFTPDExploiter",
|
"VSFTPDExploiter",
|
||||||
"MSSQLExploiter"
|
"MSSQLExploiter"
|
||||||
],
|
]
|
||||||
"description":
|
|
||||||
"Determines which exploits to use. " + WARNING_SIGN
|
|
||||||
+ " Note that using unsafe exploits may cause crashes of the exploited machine/service"
|
|
||||||
},
|
},
|
||||||
"skip_exploit_if_file_exist": {
|
"skip_exploit_if_file_exist": {
|
||||||
"title": "Skip exploit if file exists",
|
"title": "Skip exploit if file exists",
|
||||||
|
|
Loading…
Reference in New Issue