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