Merge pull request #5571 from Jna1/patch-4

Create glpi-detect.yaml
patch-1
Prince Chaddha 2022-10-07 00:56:06 +05:30 committed by GitHub
commit 9b3727c492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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