Skip to content

X Prober Server - Information Disclosure

ID: xprober-service

Severity: medium

Author: pdteam

Tags: config,exposure

X Prober Server information disclosure was detected.

id: xprober-service
info:
name: X Prober Server - Information Disclosure
author: pdteam
severity: medium
description: X Prober Server information disclosure was detected.
reference:
- https://github.com/kmvan/x-prober
- https://twitter.com/bugbounty_tips/status/1339984643517423616
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 1
tags: config,exposure
http:
- method: GET
path:
- "{{BaseURL}}/xprober.php"
matchers:
- type: word
words:
- '"appName":"X Prober"'
- '<title>X Prober'
condition: and
# digest: 490a0046304402202738ea729e0be0f285d97f7cee99779060ffdf7ecd7d990d12072b4d6ad546c80220396b9582e8776eabd158cd0f6dc257e4f9ba99d64025583fcdd61ecce99eeb1a: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/exposures/configs/xprober-service.yaml"

View on Github