Increase judgment conditions to avoid false positives (#4317)
* Increase judgment conditions to avoid false positives * misc format update Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
c998313910
commit
62d04d25ef
|
@ -18,8 +18,9 @@ network:
|
||||||
- "{{Host}}:9000"
|
- "{{Host}}:9000"
|
||||||
|
|
||||||
read-size: 100
|
read-size: 100
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "ClickHouse"
|
- "ClickHouse"
|
||||||
|
- "UTC"
|
||||||
|
condition: and
|
Loading…
Reference in New Issue