Merge pull request #9915 from projectdiscovery/ejbca-enterprise-installer
Create ejbca-enterprise-installer.yamlpatch-3
commit
2a5a3f6ded
|
@ -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
|
Loading…
Reference in New Issue