nuclei-templates/technologies/glpi-cms-detect.yaml

28 lines
466 B
YAML
Raw Normal View History

id: glpi-cms-detect
info:
name: GLPI Cms Detection
author: dogasantos
severity: info
tags: glpi,cms,php
requests:
- method: GET
path:
2021-08-25 22:09:38 +00:00
- "{{BaseURL}}"
- "{{BaseURL}}/glpi/"
- "{{BaseURL}}/glpi2/"
2021-08-25 22:09:38 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "CFG_GLPI"
- "_glpi_csrf_token"
- "GLPI Copyright"
condition: and
2021-08-25 22:09:38 +00:00
- type: status
status:
- 200