mirror of https://github.com/cowrie/cowrie.git
use cowrie.client.kex for KEX
This commit is contained in:
parent
fb642455c6
commit
369497005f
|
@ -159,11 +159,15 @@ class Output(cowrie.core.output.Output):
|
|||
})
|
||||
|
||||
elif eventid == 'cowrie.client.version':
|
||||
m['fields'].update({
|
||||
'version': ','.join(entry['version']),
|
||||
})
|
||||
|
||||
elif eventid == 'cowrie.client.kex':
|
||||
m['fields'].update({
|
||||
'maccs': ','.join(entry['macCS']),
|
||||
'kexalgs': ','.join(entry['kexAlgs']),
|
||||
'keyalgs': ','.join(entry['keyAlgs']),
|
||||
'version': ','.join(entry['version']),
|
||||
'compcs': ','.join(entry['compCS']),
|
||||
'enccs': ','.join(entry['encCS'])
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue