diff --git a/misconfiguration/installer/geniusocean-installer.yaml b/misconfiguration/installer/geniusocean-installer.yaml new file mode 100644 index 0000000000..c071df151f --- /dev/null +++ b/misconfiguration/installer/geniusocean-installer.yaml @@ -0,0 +1,33 @@ +id: geniusocean-installer + +info: + name: GeniusOcean Installer Exposure + author: DhiyaneshDk + severity: high + metadata: + verified: true + shodan-query: html:"GeniusOcean Installer" + tags: misconfig,geniusocean,install,exposure + +requests: + - 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