Skip to content

Commit

Permalink
Merge pull request #8259 from projectdiscovery/ojs-installer
Browse files Browse the repository at this point in the history
Create ojs-installer.yaml
  • Loading branch information
pussycat0x authored Sep 26, 2023
2 parents 29b9805 + 476f2ea commit 1709d2b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/misconfiguration/installer/ojs-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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

0 comments on commit 1709d2b

Please sign in to comment.