forked from p15670423/monkey
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",
|
||||
"default": True,
|
||||
"description": "Determines whether the monkey should skip the exploit if the monkey's file is already on the remote machine"
|
||||
}
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
"title": "Credentials",
|
||||
|
@ -431,8 +433,6 @@ SCHEMA = {
|
|||
"description": "List of password to use on exploits using credentials"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ms08_067": {
|
||||
"title": "MS08_067",
|
||||
|
@ -670,10 +670,6 @@ SCHEMA = {
|
|||
}
|
||||
}
|
||||
},
|
||||
"scanners": {
|
||||
"title": "Scanners",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tcp_scanner": {
|
||||
"title": "TCP scanner",
|
||||
"type": "object",
|
||||
|
@ -747,8 +743,6 @@ SCHEMA = {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"collapsed": True
|
||||
|
|
Loading…
Reference in New Issue