41 lines
1017 B
YAML
41 lines
1017 B
YAML
id: webuzo-installer
|
|
|
|
info:
|
|
name: Webuzo Installer
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: Webuzo is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Webuzo Installer"
|
|
product: webuzo
|
|
vendor: softaculous
|
|
tags: misconfig,webuzo,install,exposure
|
|
|
|
classification:
|
|
cpe: cpe:2.3:a:softaculous:webuzo:*:*:*:*:*:*:*:*
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Webuzo Installer'
|
|
- 'Webuzo Initial Setup'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402201e9e336d440f29f998b483a0b4a878c0a8eaba3e1150df1eee20fe3b90fd19a402204d9ed6fce922e80a4de77abc56e6dbc362d8be9ad0213fc12a906af6ff1f950b:922c64590222798bb761d5b6d8e72950
|