Skip to content

EVlink Local Controller - Detection

ID: evlink-panel

Severity: info

Author: ritikchaddha

Tags: panel,evlink,login,detect

id: evlink-panel
info:
name: EVlink Local Controller - Detection
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 1
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
# digest: 490a004630440220224e6463d3c1be83b8c6540a3b3a1dce66713481585cbf390a68d9feeb4a4aa3022047adfb8f5241388dbc4ba741e0eedeab5828f2652f0ca8ed98929209c3457383:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/evlink/evlink-panel.yaml"

View on Github