nuclei-templates/http/misconfiguration/installer/ojs-installer.yaml

30 lines
576 B
YAML
Raw Normal View History

2023-09-25 03:23:10 +00:00
id: ojs-installer
info:
name: Open Journal Systems Installer - Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 2
2023-09-25 03:23:10 +00:00
shodan-query: http.favicon.hash:2099342476
verified: true
2023-09-25 03:23:10 +00:00
tags: misconfig,ojs,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/index/install'
- '{{BaseURL}}/index.php/index/install'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OJS Installation'
- type: status
status:
- 200