Create jira-unauthenticated-installed-gadgets.yaml

patch-1
Philippe Delteil 2021-07-08 16:55:20 -04:00 committed by GitHub
parent 97656ae7a8
commit 98c925a413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: jira-unauthenticated-installed-gadgets
info:
name: Jira Unauthenticated Installed gadgets
author: philippedelteil
severity: info
description: Some Jira instances allow to read the installed gadgets (sometimes it's also possible to read config xml file for some gadgets)
requests:
- method: GET
path:
- "{{BaseURL}}/rest/config/1.0/directory"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'jaxbDirectoryContents'
condition: or
- type: status
status:
- 200