Catalog GTFOBins

GTFO · Tool

shuf

6 techniques LinuxGTFOBins GPL-3.0

file-read

File ReadPrivilege Escalation Linux

The read file content is corrupted by randomizing the order of NUL terminated strings.

shuf -z /path/to/input-file
Context
sudo
Native
file-read
MITRE
T1005

file-read

File ReadPrivilege Escalation Linux

The read file content is corrupted by randomizing the order of NUL terminated strings.

shuf -z /path/to/input-file
Context
suid
Native
file-read
MITRE
T1005

file-read

File Read Linux

The read file content is corrupted by randomizing the order of NUL terminated strings.

shuf -z /path/to/input-file
Context
unprivileged
Native
file-read
MITRE
T1005

file-write

File WritePrivilege Escalation Linux

The written file content is corrupted by adding a newline.

shuf -e DATA -o /path/to/output-file
Context
sudo
Native
file-write
MITRE
T1565

file-write

File WritePrivilege Escalation Linux

The written file content is corrupted by adding a newline.

shuf -e DATA -o /path/to/output-file
Context
suid
Native
file-write
MITRE
T1565

file-write

File Write Linux

The written file content is corrupted by adding a newline.

shuf -e DATA -o /path/to/output-file
Context
unprivileged
Native
file-write
MITRE
T1565