Skip to content

GeniusOcean Installer Exposure

ID: geniusocean-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,geniusocean,install,exposure

GeniusOcean is susceptible to the Installation page exposure due to misconfiguration.

id: geniusocean-installer
info:
name: GeniusOcean Installer Exposure
author: DhiyaneshDk
severity: high
description: GeniusOcean is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: html:"GeniusOcean Installer"
tags: misconfig,geniusocean,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install/?step=1'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'GeniusOcean - Script Installer'
- 'GeniusOcean Installer'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4a0a00473045022100df097399eb1406073b7b3a3d596d0bc9e3533cb99ff32aaea5966afd0d2ac0a1022041e3e3103d0459709e3b09da747bd717ef9fed51c2ed3423acc8e4a454f47441:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/geniusocean-installer.yaml"

View on Github