Create openfire-setup.yaml

patch-2
Dhiyaneshwaran 2024-05-20 12:21:30 +05:30 committed by GitHub
parent 7f8961f6ff
commit 9485b0bc31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
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