2020-04-04 18:19:48 +00:00
|
|
|
id: jira-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Jira Issue Management Software
|
2021-06-10 09:17:30 +00:00
|
|
|
author: pdteam,philippedelteil
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2021-06-11 07:15:16 +00:00
|
|
|
tags: panel,jira
|
2020-04-04 18:19:48 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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.]+)'
|