Update shell-history.yaml
parent
d0f6524a58
commit
799e4dd50e
|
@ -20,7 +20,6 @@ requests:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "ls"
|
||||
- "mkdir "
|
||||
- "chmod "
|
||||
- "mv "
|
||||
|
@ -34,6 +33,7 @@ requests:
|
|||
condition: or
|
||||
|
||||
- type: word
|
||||
part: response
|
||||
words:
|
||||
- "<?xml"
|
||||
- "<env"
|
||||
|
@ -42,7 +42,7 @@ requests:
|
|||
- "application/xml"
|
||||
- "html>"
|
||||
- "text/html"
|
||||
part: response
|
||||
- "image/"
|
||||
negative: true
|
||||
|
||||
- type: status
|
||||
|
|
Loading…
Reference in New Issue