Create evlink-panel.yaml
parent
a06ad97281
commit
f1824bc2d9
|
@ -0,0 +1,28 @@
|
||||||
|
id: evlink-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: EVlink Local Controller - Detection
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"EVlink Local Controller"
|
||||||
|
fofa-query: title="EVlink Local Controller"
|
||||||
|
tags: panel,evlink,login,detect
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "EVlink Local Controller</title>"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue