ShellScript
Executes the given shell script.
Example:
{
"type": "ShellScript",
"options": {
"path": "/path/to/file.sh"
"args": "hello world"
}
}
Options:
path
path to script to execute
Type: string
Default: ""
args
arguments passed to the script
Type: string
Default: ""
payloadAsArgs
pass payload as args
Type: bool
Default: false