debug

This command prints out strings and variables and is for debugging purposes/printing to the console only. This command does not modify the Builtin Variable RESULT_STDOUT.

###
vars:
  $SERVER_ADDRESS: 192.42.0.254
  $NMAP: /usr/bin/nmap

commands:
  - type: debug
    cmd: "$NMAP $SERVER_ADDRESS"
    varstore: True
cmd

A message to print on the screen.

Type:

str

Default:

empty_string

varstore

Print out all variables that are stored in the VariableStore.

Type:

bool

Default:

False

exit

This setting causes the programm to exit when the command was executed. It will exit with an error in order to indicate that this is an exceptional break.

Type:

bool

Default:

False

wait_for_key

This setting causes the programm to pause until the user hits the enter key.

Type:

bool

Default:

False