nuclei-templates/exposed-panels/atlassian-crowd-panel.yaml

26 lines
515 B
YAML
Raw Normal View History

2020-07-02 13:53:41 +00:00
id: atlassian-crowd-panel
2021-01-10 14:55:57 +00:00
2020-07-02 13:53:41 +00:00
info:
name: Atlassian Crowd Login Panel
2020-07-02 13:53:41 +00:00
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
2021-04-06 07:25:57 +00:00
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/crowd/console/login.action'
2020-07-02 13:53:41 +00:00
matchers:
- type: word
words:
- <title>Atlassian Crowd - Login</title>
part: body
# Enhanced by mp on 2022/03/20