Skip to content

DQS Superadmin Login Panel - Detect

ID: dqs-superadmin-panel

Severity: info

Author: Hardik-Solanki

Tags: panel,dqs,superadmin

DQS Superadmin login panel was detected.

id: dqs-superadmin-panel
info:
name: DQS Superadmin Login Panel - Detect
author: Hardik-Solanki
severity: info
description: DQS Superadmin 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:
verified: true
max-request: 1
shodan-query: title:"DQS Superadmin"
tags: panel,dqs,superadmin
http:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- "DQS | Superadmin"
- type: status
status:
- 200
# digest: 490a0046304402200fcfd00b1d18e99768903cd1ca81e71c13d1acdc11e7637d26c35b9d92c3791b022022d4dbe05e91266e70df7779d361871ec3b9aaa788668046604e468bc4e5120f: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/dqs-superadmin-panel.yaml"

View on Github