Update shell-history.yaml

patch-1
Prince Chaddha 2022-10-12 16:36:19 +05:30 committed by GitHub
parent d0f6524a58
commit 799e4dd50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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