-
Hi , I'm trying to match specific word when using ssl e.g.
but I can't , any hint please |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Take a look at the existing ssl-dns-names.yaml template:
👍🏻 |
Beta Was this translation helpful? Give feedback.
-
no , I don't want extract dns_names but I wanna match specific pattern into ssl response |
Beta Was this translation helpful? Give feedback.
-
id: 0x00
info:
name: test
author: 0xAwali
severity: info
tags: ssl
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: word
part: response
words:
- 'Facebook, Inc.' |
Beta Was this translation helpful? Give feedback.
-
thanks @ehsandeep I don't know there is part: response |
Beta Was this translation helpful? Give feedback.
@0xAwali