nuclei-templates/exposures/files/glpi-telemetry-disclosure.yaml

26 lines
453 B
YAML
Raw Normal View History

id: glpi-telemetry-disclosure
info:
name: GLPI Telemetry Disclosure
author: dogasantos
severity: info
tags: glpi,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/ajax/telemetry.php"
- "{{BaseURL}}/glpi/ajax/telemetry.php"
2021-08-25 22:21:35 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-25 22:21:35 +00:00
- '"uuid":'
- '"glpi":'
condition: and
2021-08-25 22:21:35 +00:00
- type: status
status:
- 200