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

35 lines
720 B
YAML
Raw Normal View History

id: amp-application-panel
2022-06-27 11:11:48 +00:00
info:
name: Application Management Panel - Detect
2022-06-27 11:11:48 +00:00
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
2022-06-27 11:11:48 +00:00
metadata:
verified: true
shodan-query: title:"AMP - Application Management Panel"
tags: panel,amp
2022-06-27 11:11:48 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-06-27 11:11:48 +00:00
matchers-condition: and
matchers:
2022-06-27 11:11:48 +00:00
- type: word
words:
- "<title>AMP - Application Management Panel</title>"
2022-06-27 11:11:48 +00:00
- type: word
part: header
2022-06-27 11:11:48 +00:00
words:
- "text/html"
# Enhanced by md on 2022/10/31