forked from p34709852/monkey
Island: Move smb_service into exploit.properties.smb_service
This commit is contained in:
parent
9532aba033
commit
9b66b98428
|
@ -213,17 +213,17 @@ INTERNAL = {
|
|||
"items": {"type": "string"},
|
||||
"description": "List of SSH key pairs to use, when trying to ssh into servers",
|
||||
},
|
||||
},
|
||||
"smb_service": {
|
||||
"title": "SMB service",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"smb_download_timeout": {
|
||||
"title": "SMB download timeout",
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
"description": "Timeout (in seconds) for SMB download operation (used in "
|
||||
"various exploits using SMB)",
|
||||
"smb_service": {
|
||||
"title": "SMB service",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"smb_download_timeout": {
|
||||
"title": "SMB download timeout",
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
"description": "Timeout (in seconds) for SMB download operation (used "
|
||||
"in various exploits using SMB)",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue