forked from p15670423/monkey
Island: Remove `smb_download_timeout` from config schema
This commit is contained in:
parent
8d4e5173f7
commit
5e59160698
|
@ -165,19 +165,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",
|
||||
"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)",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"testing": {
|
||||
|
|
Loading…
Reference in New Issue