nuclei-templates/exposed-panels/jira-detect.yaml

29 lines
571 B
YAML
Raw Normal View History

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"
2020-09-20 12:57:43 +00:00
redirects: true
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.]+)'