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,7 +213,6 @@ 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",
@ -222,8 +221,9 @@ INTERNAL = {
"title": "SMB download timeout",
"type": "integer",
"default": 30,
"description": "Timeout (in seconds) for SMB download operation (used in "
"various exploits using SMB)",
"description": "Timeout (in seconds) for SMB download operation (used "
"in various exploits using SMB)",
},
},
},
},