nuclei-templates/technologies/open-journal-systems.yaml

39 lines
923 B
YAML

id: open-journal-systems
info:
name: Open Journal Systems Detect
author: ricardomaia
severity: info
description: Open Journal Systems, also known as OJS, is a free software for the management of peer-reviewed academic journals, created by the Public Knowledge Project.
reference:
- https://pkp.sfu.ca/ojs/
metadata:
verified: true
shodan-query: html:"Open Journal Systems"
tags: tech,ojs
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i).*<meta.name="generator".content="Open.Journal.Systems.*>'
- type: status
status:
- 200
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- '(?i).*<meta.name="generator".content="Open.Journal.Systems.([\d.|\d]+)'