matcher + added version extractors

patch-1
sandeep 2021-10-30 19:26:12 +05:30
parent 4cc2a7a205
commit 107679bd9a
1 changed files with 6 additions and 1 deletions

View File

@ -21,4 +21,9 @@ network:
matchers:
- type: regex
regex:
- 'SSH-2.0-OpenSSH_[1-7].*'
- 'SSH-2.0-OpenSSH_[1-7]'
extractors:
- type: regex
regex:
- 'SSH-2.0-OpenSSH_([0-9.]+)'