Atlassian Crowd Login Panel
ID: atlassian-crowd-panel
Severity: info
Author: organiccrap,AdamCrosser
Tags: panel,atlassian
Description
Section titled “Description”An Atlassian Crowd login panel was discovered.
YAML Source
Section titled “YAML Source”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 cpe: cpe:2.3:a:atlassian:crowd:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: atlassian product: crowd category: sso shodan-query: http.component:"atlassian jira" tags: panel,atlassian
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# digest: 4a0a00473045022059dff0de547464ecdf39a9e5aa264ae0719a360baf44d44bfdc8ed17c781227b0221008847e68b936dc9f24f13c456e040c328699f217052b3ac5136a28ec39f992952:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/atlassian-crowd-panel.yaml"