Merge pull request #9915 from projectdiscovery/ejbca-enterprise-installer

Create ejbca-enterprise-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:30:44 +05:30 committed by GitHub
commit 2a5a3f6ded
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: ejbca-enterprise-installer
info:
name: EJBCA Enterprise Cloud Configuration Wizard - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed EJBCA Enterprise Cloud Installation page.
reference:
- https://aws.amazon.com/marketplace/pp/prodview-u2xdo5mkuilke
metadata:
verified: true
max-request: 1
shodan-query: html:"EJBCA Enterprise Cloud Configuration Wizard"
tags: misconfig,install,exposure,ejbca
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "EJBCA Enterprise Cloud Configuration Wizard"
- type: status
status:
- 200