Update CVE-2019-3403.yaml

patch-1
Prince Chaddha 2022-10-13 16:59:43 +05:30 committed by GitHub
parent 4f0c64664e
commit 43e986d11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@ info:
cwe-id: CWE-863
metadata:
shodan-query: http.component:"Atlassian Jira"
tags: cve,cve2019,atlassian,jira
tags: cve,cve2019,atlassian,jira,enumeration
requests:
- method: GET
@ -25,18 +25,18 @@ requests:
matchers-condition: and
matchers:
- type: word
words:
- '"users":'
- '"total":'
- '"header":'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200
- type: word
words:
- 'application/json'
part: header
- type: word
words:
- users
- total
- header
condition: and