Update config on island

This commit is contained in:
Itay Mizeretz 2017-09-26 11:32:35 +03:00
parent 243a255833
commit 48b5785ef8
1 changed files with 20 additions and 2 deletions

View File

@ -96,6 +96,20 @@ SCHEMA = {
"HTTPFinger"
],
"title": "HTTPFinger"
},
{
"type": "string",
"enum": [
"MySQLFinger"
],
"title": "MySQLFinger"
},
{
"type": "string",
"enum": [
"ElasticFinger"
],
"title": "ElasticFinger"
}
]
}
@ -286,7 +300,9 @@ SCHEMA = {
"SMBFinger",
"SSHFinger",
"PingScanner",
"HTTPFinger"
"HTTPFinger",
"MySQLFinger",
"ElasticFinger"
],
"description": "Determines which classes to use for fingerprinting"
},
@ -714,7 +730,9 @@ SCHEMA = {
80,
8080,
443,
8008
8008,
3306,
9200
],
"description": "List of TCP ports the monkey will check whether they're open"
},