Config is now evenly namespaced by exactly 2 layers

This commit is contained in:
Itay Mizeretz 2017-09-13 11:44:20 +03:00
parent 4b948438aa
commit ba291b577b
1 changed files with 99 additions and 105 deletions

View File

@ -396,6 +396,8 @@ SCHEMA = {
"type": "boolean", "type": "boolean",
"default": True, "default": True,
"description": "Determines whether the monkey should skip the exploit if the monkey's file is already on the remote machine" "description": "Determines whether the monkey should skip the exploit if the monkey's file is already on the remote machine"
}
}
}, },
"credentials": { "credentials": {
"title": "Credentials", "title": "Credentials",
@ -431,8 +433,6 @@ SCHEMA = {
"description": "List of password to use on exploits using credentials" "description": "List of password to use on exploits using credentials"
} }
} }
}
}
}, },
"ms08_067": { "ms08_067": {
"title": "MS08_067", "title": "MS08_067",
@ -670,10 +670,6 @@ SCHEMA = {
} }
} }
}, },
"scanners": {
"title": "Scanners",
"type": "object",
"properties": {
"tcp_scanner": { "tcp_scanner": {
"title": "TCP scanner", "title": "TCP scanner",
"type": "object", "type": "object",
@ -747,8 +743,6 @@ SCHEMA = {
} }
} }
} }
}
}
}, },
"options": { "options": {
"collapsed": True "collapsed": True