Skip to content

X-Proxy Dashboard Panel - Detect

ID: unauth-xproxy-dashboard

Severity: info

Author: pussycat0x

Tags: xproxy,panel

X-Proxy Dashboard panel was detected.

id: unauth-xproxy-dashboard
info:
name: X-Proxy Dashboard Panel - Detect
author: pussycat0x
severity: info
description: X-Proxy Dashboard 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:
max-request: 1
fofa-query: X-Proxy Dashboard
tags: xproxy,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>X-Proxy</title>'
- 'Dashboard</a>'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100f4221080877508c65c74d8c18ca14418c47feb7b9e0f6c349ad688b3f08cb2ce02200a51329459e3dfa8ebb5acea51750cb952c8669e4f63c0a3ec08502ead5b1661: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/unauth-xproxy-dashboard.yaml"

View on Github