51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
id: glpi-project_glpi
|
|
|
|
info:
|
|
name: GLPI Panel - Detect
|
|
author: dogasantos,daffainfo,ricardomaia,dhiyaneshDk
|
|
severity: info
|
|
description: GLPI panel was detected.
|
|
reference:
|
|
- https://glpi-project.org/
|
|
- https://www.exploit-db.com/ghdb/7002
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.title:"GLPI"
|
|
tags: glpi,edb,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/CHANGELOG.md"
|
|
- "{{BaseURL}}/glpi/"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: false
|
|
matchers:
|
|
- type: word
|
|
case-insensitive: true
|
|
words:
|
|
- "GLPI"
|
|
- "glpi-project.org"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: version
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)base\.min\.js\?v=([\d.|\d]+)">'
|
|
- '(?i)jquery\.min\.js\?v=([\d.|\d]+)">'
|
|
- '(?i)# GLPI changes\n\n.*\n.*\n.*\n##\s\[(\d+\.\d+|\d+\.\d+\.\d+)\]'
|
|
- '(?i)GLPI.*?([\d.|\d]+).copyright'
|
|
|
|
# digest: 490a0046304402204dcbd9851e6c6d64dfefeb7e9baca95736b42c7143f68287a74ea02e3e430ec5022031ba9239ae6441986d1df34a74fecbdbf00bfb3144953ac791f87040b7b35c69:922c64590222798bb761d5b6d8e72950
|