45 lines
915 B
YAML
45 lines
915 B
YAML
|
id: openproject-detect
|
||
|
|
||
|
info:
|
||
|
name: OpenProject
|
||
|
author: ricardomaia
|
||
|
severity: info
|
||
|
description: OpenProject is an open source web-based project management software.
|
||
|
|
||
|
classification:
|
||
|
cpe: cpe:2.3:a:openproject:openproject
|
||
|
|
||
|
metadata:
|
||
|
shodan-query: http.title:"openproject"
|
||
|
verified: true
|
||
|
reference:
|
||
|
- https://www.openproject.org/
|
||
|
|
||
|
tags: tech,openproject
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
- "{{BaseURL}}/api/v3"
|
||
|
- "{{BaseURL}}/activity.atom"
|
||
|
|
||
|
matchers-condition: or
|
||
|
stop-at-first-match: true
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- '.*OpenProject.Foundation.\(OPF\)'
|
||
|
- "<generator uri=.*openproject.org.*>"
|
||
|
|
||
|
- type: word
|
||
|
condition: and
|
||
|
words:
|
||
|
- "OpenProject"
|
||
|
- "instanceName"
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "_open_project_session"
|
||
|
part: header
|