nuclei-templates/technologies/jira-serverinfo.yaml

25 lines
428 B
YAML
Raw Normal View History

2021-11-16 08:13:49 +00:00
id: jira-serverinfo
info:
name: Jira Rest API Server Information
author: pdteam
severity: info
tags: jira,tech
requests:
- method: GET
path:
- "{{BaseURL}}/rest/api/latest/serverInfo"
matchers:
- type: word
words:
- '"baseUrl"'
- '"deploymentType"'
condition: and
extractors:
- type: json
json:
- ".baseUrl"
- ".version"