mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
26 lines
515 B
YAML
26 lines
515 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
|
|
|
|
requests:
|
|
- 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
|