Merge pull request #2185 from shelld3v/patch-6
commit
034c7c1490
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue