File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,15 @@ def start_payload_listeners
325
325
multi_handler . datastore [ 'InitialAutoRunScript' ] = datastore [ 'InitialAutoRunScript' ] if datastore [ 'InitialAutoRunScript' ]
326
326
multi_handler . datastore [ 'AutoRunScript' ] = datastore [ 'AutoRunScript' ] if datastore [ 'AutoRunScript' ]
327
327
multi_handler . datastore [ 'CAMPAIGN_ID' ] = datastore [ 'CAMPAIGN_ID' ] if datastore [ 'CAMPAIGN_ID' ]
328
+ multi_handler . datastore [ 'HandlerSSLCert' ] = datastore [ 'HandlerSSLCert' ] if datastore [ 'HandlerSSLCert' ]
329
+ multi_handler . datastore [ 'StagerVerifySSLCert' ] = datastore [ 'StagerVerifySSLCert' ] if datastore [ 'StagerVerifySSLCert' ]
330
+ multi_handler . datastore [ 'PayloadUUIDTracking' ] = datastore [ 'PayloadUUIDTracking' ] if datastore [ 'PayloadUUIDTracking' ]
331
+ multi_handler . datastore [ 'PayloadUUIDName' ] = datastore [ 'PayloadUUIDName' ] if datastore [ 'PayloadUUIDName' ]
332
+ multi_handler . datastore [ 'IgnoreUnknownPayloads' ] = datastore [ 'IgnoreUnknownPayloads' ] if datastore [ 'IgnoreUnknownPayloads' ]
333
+ multi_handler . datastore [ 'SessionRetryTotal' ] = datastore [ 'SessionRetryTotal' ] if datastore [ 'SessionRetryTotal' ]
334
+ multi_handler . datastore [ 'SessionRetryWait' ] = datastore [ 'SessionRetryWait' ] if datastore [ 'SessionRetryWait' ]
335
+ multi_handler . datastore [ 'SessionExpirationTimeout' ] = datastore [ 'SessionExpirationTimeout' ] if datastore [ 'SessionExpirationTimeout' ]
336
+ multi_handler . datastore [ 'SessionCommunicationTimeout' ] = datastore [ 'SessionCommunicationTimeout' ] if datastore [ 'SessionCommunicationTimeout' ]
328
337
329
338
330
339
# TODO: Pass WORKSPACE and other options down to the sub module
You can’t perform that action at this time.
0 commit comments