Skip to content

ZeroTrace Mobile

Executor

The Executor is a payload workstation, a real script editor with templates, a library, line-by-line run, and fleet broadcast.

The Executor is a proper payload workstation, not a text box. It is a real editor with syntax highlighting, templates, and a library of scripts, and it runs payloads on the connected HID device line by line.

The editor

  • Syntax highlighting for the ZeroTrace scripting language.
  • Templates to start from a known-good payload.
  • Two libraries: scripts saved on your phone, and the scripts already stored on the device.
  • Line editing helpers for quick edits on a touch screen.

The on-device command set is the same one documented for ZeroTrace HID scripting. A script behaves identically whether you run it from the Executor or as a saved on-device script.

Running a payload

When you run a payload you watch it execute line by line, with the app:

  • Detecting the target OS and adjusting accordingly.
  • Handling keyboard layouts so special characters land correctly on Windows, macOS, or Linux, without editing the payload.
Keyboard layouts

The HID profile sets which keyboard layout the device emulates. Pick it in Settings → HID profile. For the full list of supported layouts, see the ZeroTrace HID reference.

Fleet broadcast

The Executor's standout feature is fleet execution. Select several connected devices and broadcast one script to all of them at once:

  • Each device runs the script with its own live progress bar.
  • A single stop-all halts every device immediately if you need to pull the plug.

This is the fast way to run the same payload across a rack of identical units, or to drive a TraceNet fleet through a coordinated action.