commit
2741de4752
|
@ -2,7 +2,7 @@ id: jira-detect
|
|||
|
||||
info:
|
||||
name: Detect Jira Issue Management Software
|
||||
author: pdteam
|
||||
author: pdteam,philippedelteil
|
||||
severity: info
|
||||
tags: panel
|
||||
|
||||
|
@ -19,3 +19,10 @@ requests:
|
|||
- type: word
|
||||
words:
|
||||
- "Project Management Software"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'title="JiraVersion" value="([0-9.]+)'
|
||||
|
|
Loading…
Reference in New Issue