28 lines
542 B
YAML
28 lines
542 B
YAML
id: atlassian-crowd-panel
|
|
|
|
info:
|
|
name: Atlassian Crowd Login Panel
|
|
author: organiccrap
|
|
severity: info
|
|
description: An Atlassian Crowd login panel was discovered.
|
|
reference:
|
|
- https://www.atlassian.com/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
tags: panel,atlassian
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/crowd/console/login.action'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <title>Atlassian Crowd - Login</title>
|
|
part: body
|
|
|
|
# Enhanced by mp on 2022/03/20
|