19 lines
356 B
YAML
19 lines
356 B
YAML
id: jira-detect
|
|
|
|
info:
|
|
name: Detect Jira Issue Management Software
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/secure/Dashboard.jspa"
|
|
- "{{BaseURL}}/jira/secure/Dashboard.jspa"
|
|
- "{{BaseURL}}/login.jsp"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Project Management Software"
|