nuclei-templates/exposures/configs/xprober-service.yaml

20 lines
415 B
YAML

id: xprober-service
info:
name: X Prober server information leakage
author: pdteam
severity: low
reference:
- https://twitter.com/bugbounty_tips/status/1339984643517423616
tags: config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/xprober.php"
matchers:
- type: word
words:
- '"appName":"X Prober"'
- '<title>X Prober'
condition: and