2022-07-29 09:28:46 +00:00
|
|
|
id: glpi-project-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: GLPI Detect
|
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://glpi-project.org/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"glpi"
|
2022-07-29 16:17:40 +00:00
|
|
|
tags: tech,glpi
|
2022-07-29 09:28:46 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2022-07-29 16:17:40 +00:00
|
|
|
- "{{BaseURL}}/CHANGELOG.md"
|
2022-07-29 09:28:46 +00:00
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "GLPI changes"
|
|
|
|
- "glpi-project.org"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(GLPI.*[C|c]opyright.*(|Teclib))'
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '# GLPI changes\n\n.*\n.*\n.*\n##\s\[(\d+\.\d+|\d+\.\d+\.\d+)\]'
|