30 lines
576 B
YAML
30 lines
576 B
YAML
|
id: openfire-setup
|
||
|
|
||
|
info:
|
||
|
name: Openfire Setup - Exposure
|
||
|
author: DhiyaneshDk
|
||
|
severity: high
|
||
|
description: |
|
||
|
Checks for the presence of a Openfire Setup Page.
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
shodan-query: html:"Welcome to Openfire Setup"
|
||
|
tags: install,openfire,exposure,misconfig
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/setup/index.jsp"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Welcome to Openfire Setup"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|