Update and rename glpi-detect.yaml to glpi-project-detect.yaml
parent
04f4722ab0
commit
5cd3e3ee1a
|
@ -1,37 +0,0 @@
|
||||||
id: glpi-project_glpi-detect
|
|
||||||
|
|
||||||
info:
|
|
||||||
name: GLPI Detect
|
|
||||||
author: Ricardo Maia (Brainfork)
|
|
||||||
severity: info
|
|
||||||
reference:
|
|
||||||
- https://glpi-project.org/
|
|
||||||
tags: glpi,service-desk,help-desk,itil
|
|
||||||
metadata:
|
|
||||||
cpe:
|
|
||||||
- cpe:2.3:a:glpi-project:glpi
|
|
||||||
|
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- "{{BaseURL}}/CHANGELOG.md"
|
|
||||||
- "{{BaseURL}}"
|
|
||||||
matchers-condition: or
|
|
||||||
matchers:
|
|
||||||
- type: word
|
|
||||||
condition: or
|
|
||||||
words:
|
|
||||||
- "GLPI changes"
|
|
||||||
- "glpi-project.org"
|
|
||||||
- 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+)\]'
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,39 @@
|
||||||
|
id: glpi-project-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: GLPI Detect
|
||||||
|
author: ricardomaia
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://glpi-project.org/
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"glpi"
|
||||||
|
tags: glpi,tech
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/CHANGELOG.md"
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
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+)\]'
|
Loading…
Reference in New Issue