35 lines
660 B
YAML
35 lines
660 B
YAML
id: geniusocean-installer
|
|
|
|
info:
|
|
name: GeniusOcean Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|