Catalog GTFOBins

GTFO · Tool

csplit

6 techniques LinuxGTFOBins GPL-3.0

file-write

File WritePrivilege Escalation Linux

Writes the data to `xx0output-file` in the current working directory. If needed, a different prefix can be specified with `-f` (instead of `xx`).

echo DATA >/path/to/temp-file
csplit -z -b '%doutput-file' /path/to/temp-file 1
Context
sudo
Native
file-write
MITRE
T1565

file-write

File WritePrivilege Escalation Linux

Writes the data to `xx0output-file` in the current working directory. If needed, a different prefix can be specified with `-f` (instead of `xx`).

echo DATA >/path/to/temp-file
csplit -z -b '%doutput-file' /path/to/temp-file 1
Context
suid
Native
file-write
MITRE
T1565

file-write

File Write Linux

Writes the data to `xx0output-file` in the current working directory. If needed, a different prefix can be specified with `-f` (instead of `xx`).

echo DATA >/path/to/temp-file
csplit -z -b '%doutput-file' /path/to/temp-file 1
Context
unprivileged
Native
file-write
MITRE
T1565