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