Skip to content

qdPM Login Panel

ID: qdpm-login-panel

Severity: info

Author: theamanrawat

Tags: panel,qdpm,login

id: qdpm-login-panel
info:
name: qdPM Login Panel
author: theamanrawat
severity: info
classification:
cpe: cpe:2.3:a:qdpm:qdpm:*:*:*:*:*:*:*:*
metadata:
verified: "true"
max-request: 2
vendor: qdpm
product: qdpm
shodan-query: http.favicon.hash:762074255
fofa-query: icon_hash=762074255
tags: panel,qdpm,login
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/index.php/login'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'qdPM'
- '/index.php/login/restorePassword'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4b0a00483046022100ddad44402cb4dd03c2939e9b21d3db3a670f8880e08577ae9631146a6cca8711022100e858e55a6b6ae41d8c63c668ab523a80d2dbd690d86715e22be87c0146dbb043: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/qdpm-login-panel.yaml"

View on Github