Fix Matcher and Panel Move around
parent
c8eb644cf6
commit
a07b5f8b38
|
@ -17,6 +17,10 @@ info:
|
||||||
cvss-score: 7.5
|
cvss-score: 7.5
|
||||||
cve-id: CVE-2023-34259
|
cve-id: CVE-2023-34259
|
||||||
cwe-id: CWE-22
|
cwe-id: CWE-22
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: http.favicon.hash:-50306417
|
||||||
|
verified: true
|
||||||
tags: cve,cve2023,kyocera,lfi,printer
|
tags: cve,cve2023,kyocera,lfi,printer
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -31,6 +35,11 @@ http:
|
||||||
regex:
|
regex:
|
||||||
- "root:.*:0:0"
|
- "root:.*:0:0"
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: server
|
||||||
|
words:
|
||||||
|
- "KM-MFP"
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
|
@ -1,20 +1,26 @@
|
||||||
id: kyocera-printer-detect
|
id: kyocera-printer-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Kyocera Printer Panel - Detect
|
name: Kyocera Printer Panel - Detect
|
||||||
author: gy741
|
author: gy741
|
||||||
severity: info
|
severity: info
|
||||||
description: Kyocera printer panel was detected.
|
description: |
|
||||||
|
Kyocera printer panel was detected.
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: http.favicon.hash:-50306417
|
||||||
tags: iot,panel,kyocera,printer
|
tags: iot,panel,kyocera,printer
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- '/startwlm/Start_Wlm.htm'
|
- '/startwlm/Start_Wlm.htm'
|
||||||
|
|
Loading…
Reference in New Issue