nuclei-templates/http/misconfiguration/installer/geniusocean-installer.yaml

35 lines
660 B
YAML
Raw Normal View History

2022-10-26 22:32:50 +00:00
id: geniusocean-installer
info:
2022-10-28 05:59:36 +00:00
name: GeniusOcean Installer Exposure
2022-10-26 22:32:50 +00:00
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-26 22:32:50 +00:00
verified: true
shodan-query: html:"GeniusOcean Installer"
2022-10-28 05:59:36 +00:00
tags: misconfig,geniusocean,install,exposure
2022-10-26 22:32:50 +00:00
http:
2022-10-26 22:32:50 +00:00
- 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