Files
nuclei-templates/exposed-panels/atlassian-crowd-panel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* 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
2022-04-22 13:38:41 +03:00

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