Create openfire-setup.yaml
parent
7f8961f6ff
commit
9485b0bc31
|
@ -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
|
Loading…
Reference in New Issue