Application Management Panel - Detect
ID: amp-application-panel
Severity: info
Author: DhiyaneshDK
Tags: panel,amp,cubecoders
Description
Section titled “Description”Application Management Panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:cubecoders:amp:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: cubecoders product: amp shodan-query: - title:"AMP - Application Management Panel" - http.title:"amp - application management panel" fofa-query: title="amp - application management panel" google-query: intitle:"amp - application management panel" tags: panel,amp,cubecoders
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word words: - "<title>AMP - Application Management Panel</title>"
- type: word part: header words: - "text/html"# digest: 490a00463044022054db2da02ebcf681ea539eaf6e77f96a4c5f9adcb31c3b8501958dbc8679451102204666c8b5033b53b3a875a2bc23558d110149a1999573a11ed3b9c887ac426aca: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/amp-application-panel.yaml"