In Trickest Platform connecting different Node Types through Node Connections creates a workflow. Workflows are the core of the platform and are used to automate and orchestrate different offensive security tasks.

Workflow Editor

The workflow editor is a place where you develop and customize workflows. It is a provides a way to construct your workflow through various nodes that can be dragged, dropped, connected, and modified.

To learn how to create your first empty workflow, check out Tutorials -> Create Workflow

Builder Mode

When you create your first workflow, you will be in the builder mode. In this mode, you can add, remove, and connect nodes to create your workflow.

Workflow Editor Left Sidebar

The left sidebar contains all the nodes that you can use in your workflow. If you want to use particular tool, you need to drag & drop it’s node from left sidebar to the workflow editor like shown in the picture.

The nodes are divided by:

  • Node Types - Contains all the different node types that you can use in your workflow.
  • Categories - Contains all the nodes that are grouped by their main functionality.
Use the Search… to find the node.

The right sidebar contains the configuration of the selected node. When you select a node, you can see the configuration options in the right sidebar.

If you didn’t select any node, the right sidebar will present your workflow details.

This sidebar will contain all Command Line input parameters in human readable format available. There, you can toggle parameters of particular node to make them visible.

Workflow Editor Right Sidebar

Now that we have covered the basics of the workflow editor, let’s move on to configure our first tool and get it ready for execution.

For more details about Nodes and how they work, check out Node Inputs, Node Outputs and Node Connections