Delta Controls Admin Login Panel - Detect
ID: delta-login-panel
Severity: info
Author: gy741
Tags: panel,delta
Description
Section titled “Description”Delta Controls admin login panel was detected.
YAML Source
Section titled “YAML Source”id: delta-login-panel
info: name: Delta Controls Admin Login Panel - Detect author: gy741 severity: info description: Delta Controls admin login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.html:"Delta Controls ORCAview" tags: panel,delta
http: - method: GET path: - "{{BaseURL}}/deltaweb/hmi_login.asp"
matchers-condition: and matchers: - type: word part: body words: - "Delta Controls ORCAview"
- type: status status: - 200# digest: 4b0a00483046022100cd9a6988193d7e4839ecf9dc8dca780ebb739ce1bda2916ac531e72ab74c4c33022100809df917d3f972cc2a0a9e512c59829bfdcdc9710f9480d5f65984249eaf9d24:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/delta-login-panel.yaml"