nuclei-templates/exposed-panels/amp-application-panel.yaml

35 lines
720 B
YAML

id: amp-application-panel
info:
name: Application Management Panel - Detect
author: DhiyaneshDK
severity: info
description: Application Management 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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: title:"AMP - Application Management Panel"
tags: panel,amp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>AMP - Application Management Panel</title>"
- type: word
part: header
words:
- "text/html"
# Enhanced by md on 2022/10/31