nuclei-templates/http/technologies/openproject-detect.yaml

45 lines
915 B
YAML
Raw Normal View History

2023-06-03 00:28:28 +00:00
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