Merge pull request #5870 from projectdiscovery/geniusocean-installer

Create geniusocean-installer.yaml
patch-1
Prince Chaddha 2022-10-28 11:31:15 +05:30 committed by GitHub
commit e201926cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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