UI: Add http_ports to properties of exploitation
This commit is contained in:
parent
261eb3828e
commit
24397ce3ea
|
@ -15,9 +15,9 @@ const EXPLOITATION_CONFIGURATION_SCHEMA = {
|
||||||
'title': 'Vulnerability Exploiters',
|
'title': 'Vulnerability Exploiters',
|
||||||
'type': 'array',
|
'type': 'array',
|
||||||
'uniqueItems': true
|
'uniqueItems': true
|
||||||
}
|
},
|
||||||
|
'options': EXPLOITATION_OPTIONS_CONFIGURATION_SCHEMA
|
||||||
},
|
},
|
||||||
'options': EXPLOITATION_OPTIONS_CONFIGURATION_SCHEMA,
|
|
||||||
'type': 'object'
|
'type': 'object'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue