How to judge when two matchers rule conflict(coverage)? #647
-
there is a fingerprint in matchers-condition: or
matchers:
- type: word
name: apache
words:
- "Apache"
part: header and i append some rules - type: word
name: apache
words:
- "Apache"
part: header
- type: word
name: tomcat
words:
- "successfully installed Tomcat"
part: body the detect result is tomcat when i got a page that meets both criteria, it depends on what? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@t43Wiu6 we define matchers condition in the template, in this case it's OR, so you will see match when either of the condition is matched, the idea of this template is make all the tech-based fingerprints with
If you wanted to write a template which requires more conditions or AND condition, it is suggested to write a separate template. |
Beta Was this translation helpful? Give feedback.
-
Soon we will merge some improvements and corrections with regards to matchers: |
Beta Was this translation helpful? Give feedback.
@t43Wiu6
Soon we will merge some improvements and corrections with regards to matchers:
#999 - will color the matches in the responses
#1083 - will show the
AND
matchers#1082 - will only show the matched
OR
matcher only#1084 - will show matched matchers that don't have an explicit name