commit
33d279fe17
|
@ -0,0 +1,29 @@
|
|||
id: circarlife-system-log
|
||||
|
||||
info:
|
||||
name: Exposed CirCarLife System Log
|
||||
author: geeknik
|
||||
description: CirCarLife is an internet-connected electric vehicle charging station
|
||||
reference: https://circontrol.com/
|
||||
severity: medium
|
||||
tags: scada,circontrol,circarlife,log
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/html/log"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "CirCarLife Scada"
|
||||
- type: word
|
||||
words:
|
||||
- "user.debug"
|
||||
- "user.info"
|
||||
- "EVSE"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue