Custom Tags

 

The Malware Helper Worlkflow Tool supports a few custom 'BBCode' tags. These can be inserted in the Canned Speech Database and allow for easy customization of the speech. These are explained below:

[helperhandle] This inserts the helper's handle (located in the Global Settings) into the speech.

[username] This inserts the user's name (located in the Topic Box) into the speech.

[checkbox name="" default ="yes/no"][/checkbox]

This allows a window with a checkbox to appear when a speech is added. Checking this box means that the text within the opening and closing checkbox tags will be displayed. The default function is optional. Setting the default function specifies whether the box is checked or not when a speech is added.

An example of this window is shown below:

Checkbox Window


[combobox name="" default= ""]
[option name=""][/option]
[/combobox]

This allows a window with a combobox to appear when a speech is added. This allows for a selection of one of a number of different speeches, generally used when there is a number of possible selections of which only one should do (such as instructions for different OS's). The default selection can be selected (default function is optional). Make sure you type the option name exactly, otherwise, it will not appear in the final speech instance.

An example of this window is shown below:

Combobox


[field name=""]

This allows a window with an edittable text field of one line long to appear when the speech is added. This allows the helper to add a single line of text, code and is useful for adding single file paths, etc.

An example of this window is shown below:

Field Name Box


[field name="" lines=x]

This allows a window with an edittable text field of x lines long to appear when the speech is added. This allows the helper to add multiple lines of text, and is useful for inserting codes, scripts, etc.

An example of this window is shown below:

Field Name Lines Box