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