Island: Move smb_service into exploit.properties.smb_service

This commit is contained in:
Mike Salvatore 2022-03-20 19:38:45 -04:00
parent 9532aba033
commit 9b66b98428
1 changed files with 11 additions and 11 deletions

View File

@ -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)",
},
},
},
},