30 lines
576 B
YAML
30 lines
576 B
YAML
|
id: ojs-installer
|
||
|
|
||
|
info:
|
||
|
name: Open Journal Systems Installer - Exposure
|
||
|
author: DhiyaneshDK
|
||
|
severity: high
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: http.favicon.hash:2099342476
|
||
|
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
|