Merge pull request #7345 from ricardomaia/openproject-detect

Add openproject-detect.yaml
patch-10
Dhiyaneshwaran 2023-06-09 07:01:33 +05:30 committed by GitHub
commit ad57f63bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
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"