Merge pull request #10192 from projectdiscovery/coolify-register-account

Create coolify-register-account.yaml
patch-4
pussycat0x 2024-07-04 15:58:38 +05:30 committed by GitHub
commit 2ac8c5a9c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: coolify-register-account
info:
name: Coolify Register User Account - Enabled
author: DhiyaneshDk
severity: medium
description: |
Exposed Coolify user register page.
metadata:
verified: true
max-request: 1
shodan-query: html:"Coolify" html:"register"
tags: coolify,register,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/register"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Password again'
- 'Coolify'
condition: and
- type: status
status:
- 200