Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions http/misconfiguration/installer/chatwoot-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: chatwoot-installer

info:
name: Chatwoot - Installation
author: 0x_Akoko
severity: high
description: |
Detected chatwoot instance with the initial installation onboarding page accessible at /installation/onboarding, enabling unauthenticated users to create the first Super Admin account and gain full platform control.
reference:
- https://github.com/chatwoot/chatwoot
- https://www.chatwoot.com/docs/self-hosted/monitoring/super-admin-sidekiq
metadata:
verified: true
max-request: 1
vendor: chatwoot
product: chatwoot
shodan-query: http.title:"SuperAdmin | Chatwoot"
fofa-query: title="SuperAdmin | Chatwoot"
tags: misconfig,install,exposure,chatwoot,unauth

http:
- method: GET
path:
- "{{BaseURL}}/installation/onboarding"

matchers:
- type: dsl
dsl:
- 'contains_all(body, "SuperAdmin | Chatwoot", "Howdy, Welcome to Chatwoot", "Finish Setup")'
- 'status_code == 200'
condition: and
Loading