2020-04-04 18:19:48 +00:00
|
|
|
id: jira-detect
|
|
|
|
|
|
|
|
info:
|
2023-06-24 22:25:54 +00:00
|
|
|
name: Jira Detect
|
|
|
|
author: pdteam,philippedelteil,AdamCrosser
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2022-11-22 23:03:44 +00:00
|
|
|
description: Jira 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
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2022-11-22 23:03:44 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 3
|
2023-06-24 22:25:54 +00:00
|
|
|
vendor: atlassian
|
|
|
|
product: jira
|
|
|
|
category: productivity
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,panel,jira,atlassian
|
2020-04-04 18:19:48 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-04-04 18:19:48 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/secure/Dashboard.jspa"
|
|
|
|
- "{{BaseURL}}/jira/secure/Dashboard.jspa"
|
2020-08-27 08:54:46 +00:00
|
|
|
- "{{BaseURL}}/login.jsp"
|
|
|
|
|
2021-09-02 11:59:10 +00:00
|
|
|
stop-at-first-match: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-09-20 12:57:43 +00:00
|
|
|
max-redirects: 2
|
2020-04-04 18:19:48 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Project Management Software"
|
2021-06-10 09:17:30 +00:00
|
|
|
|
2021-06-10 06:29:42 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'title="JiraVersion" value="([0-9.]+)'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402203f99e71e0681c665e3475c12a94f49aa95b84a20350aa939aaa56fb1da3f245b022054dbaf3c59f30928faa87819f2adc87784b746dae1e058bcaf38210a1bfa597d:922c64590222798bb761d5b6d8e72950
|