Skip to content

Jira Service Desk Login Panel - Detect

ID: servicedesk-login-panel

Severity: info

Author: aashiq

Tags: servicedesk,confluence,jira,panel,login,atlassian

Jira Service Desk login panel was detected.

id: servicedesk-login-panel
info:
name: Jira Service Desk Login Panel - Detect
author: aashiq
severity: info
description: Jira Service Desk login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:atlassian:confluence_data_center:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: atlassian
product: confluence_data_center
shodan-query:
- http.component:"Atlassian Confluence"
- http.component:"atlassian confluence"
fofa-query: app="atlassian-confluence"
tags: servicedesk,confluence,jira,panel,login,atlassian
http:
- method: GET
path:
- "{{BaseURL}}/servicedesk/customer/user/login"
- "{{BaseURL}}/servicedesk/customer/portal/10/user/login"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "https://confluence.atlassian.com"
# digest: 490a00463044022052b1320db6dde8bc5a3e8f7e9b1259ab151de7124b962a5a6f33dc341adfc5990220378bfeb8f1537c8e011607faaf9f16869def668254365c666134a54436020c38:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/servicedesk-login-panel.yaml"

View on Github