debug

This command prints out strings and variables and is for debugging purposes only.

###
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:

True