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

20 lines
415 B
YAML
Raw Normal View History

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