matcher + added version extractors
parent
4cc2a7a205
commit
107679bd9a
|
@ -21,4 +21,9 @@ network:
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- 'SSH-2.0-OpenSSH_[1-7].*'
|
- 'SSH-2.0-OpenSSH_[1-7]'
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- 'SSH-2.0-OpenSSH_([0-9.]+)'
|
||||||
|
|
Loading…
Reference in New Issue