45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
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/
|
|
classification:
|
|
cpe: cpe:2.3:a:openjournalsystems:open_journal_systems:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: openjournalsystems
|
|
product: open_journal_systems
|
|
shodan-query: html:"Open Journal Systems"
|
|
tags: tech,ojs
|
|
|
|
http:
|
|
- 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]+)'
|
|
# digest: 490a00463044022016e7f089a5949a49f38a93e9d40371f37d7f911b72aaed04d642d186dd53cf8f022070bc318299347a376d47deb12ec646a2a28aa3e66aedc8d361c03ada79415078:922c64590222798bb761d5b6d8e72950 |