Update CVE-2024-32964.yaml
parent
113e39ce90
commit
e3b37bfe03
|
@ -38,7 +38,7 @@ http:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "Welcome to LobeChat")'
|
||||
- 'contains(tolower(body), "lobechat")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
internal: true
|
||||
|
@ -49,10 +49,10 @@ http:
|
|||
Host: {{Hostname}}
|
||||
Content-Type: text/plain
|
||||
|
||||
http://{{interactsh-url}}
|
||||
http://oast.me
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
part: response
|
||||
words:
|
||||
- "http"
|
||||
- "<h1> Interactsh Server </h1>"
|
||||
|
|
Loading…
Reference in New Issue