Config is now evenly namespaced by exactly 2 layers
This commit is contained in:
parent
4b948438aa
commit
ba291b577b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue