Merge pull request #2185 from shelld3v/patch-6

patch-1
Sandeep Singh 2021-07-26 13:12:51 +05:30 committed by GitHub
commit 034c7c1490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -21,15 +21,16 @@ requests:
matchers: matchers:
- type: word - type: word
words: words:
- "ls"
- "mkdir "
- "chmod " - "chmod "
- "exit" - "mv "
- "kill "
- "nano " - "nano "
- "vim " - "vim "
- "pico " - "pico "
- "sudo " - "sudo "
- "rm "
- "cd " - "cd "
- "cp "
- "ps aux " - "ps aux "
condition: or condition: or
@ -40,6 +41,8 @@ requests:
- type: word - type: word
words: words:
- "application/javascript" - "application/javascript"
- "application/json"
- "application/xml"
- "html>" - "html>"
- "text/html" - "text/html"
part: all part: all