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

21 lines
397 B
YAML
Raw Normal View History

2020-04-04 18:19:48 +00:00
id: jira-detect
info:
name: Detect Jira Issue Management Software
2020-08-27 08:54:46 +00:00
author: pdteam
2020-08-03 21:52:00 +00:00
severity: info
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"