Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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