37 lines
735 B
YAML
37 lines
735 B
YAML
id: atlassian-crowd-panel
|
|
|
|
info:
|
|
name: Atlassian Crowd Login Panel
|
|
author: organiccrap,AdamCrosser
|
|
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
|
|
vendor: atlassian
|
|
product: crowd
|
|
category: sso
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/crowd/console/login.action'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- <title>Atlassian Crowd - Login</title>
|
|
part: body
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: version
|
|
group: 1
|
|
regex:
|
|
- 'value="Version: ([\d.]+)'
|
|
part: body
|