nuclei-templates/http/technologies/jira-detect.yaml

40 lines
868 B
YAML
Raw Normal View History

2020-04-04 18:19:48 +00:00
id: jira-detect
info:
name: Jira Detect
author: pdteam,philippedelteil,AdamCrosser
2020-08-03 21:52:00 +00:00
severity: info
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
cvss-score: 0.0
cwe-id: CWE-200
tags: tech,panel,jira,atlassian
metadata:
max-request: 3
vendor: atlassian
product: jira
category: productivity
2020-04-04 18:19:48 +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"
stop-at-first-match: true
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
extractors:
- type: regex
part: body
group: 1
regex:
- 'title="JiraVersion" value="([0-9.]+)'