← All Binaries

mktemp

The mktemp binary located in "usr/bin/mktemp" can generate unique directory or file names and has historically been used to generate unique payloads.

Author: Tim Peck (@B0bby_Tablez) Created: 2023-06-28

Paths

/usr/bin/mktemp

Example Use Cases

Generate payload directory (Shlayer)

The following command can be used to generate a random directory name for staging payloads

export tmpDir="$(mktemp -d /tmp/XXXXXXXXXXXX)"

Generate directory based on template file (Bundlore)

The following command can be used to generate a unique directory based on a template

TMP_DIR="mktemp -d -t x"

Detections

  • No detections at time of publishing

Resources