33 lines
718 B
YAML
33 lines
718 B
YAML
|
id: glpi-status-page
|
||
|
|
||
|
info:
|
||
|
name: GLPI Status Page - Detect
|
||
|
author: canberbamber
|
||
|
severity: info
|
||
|
description: |
|
||
|
A php status page that indicates if local or ldap identity is used for glpi.
|
||
|
reference:
|
||
|
- https://buildmedia.readthedocs.org/media/pdf/glpi-user-documentation/latest/glpi-user-documentation.pdf
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.html:"glpi"
|
||
|
tags: tech,status,glpi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/status.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "GLPI_DB_OK"
|
||
|
- "GLPI_SESSION_DIR_OK"
|
||
|
- "GLPI_OK"
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|