diff --git a/_gtfobins/dash.md b/_gtfobins/dash.md index d6bf7c9..b8dffce 100644 --- a/_gtfobins/dash.md +++ b/_gtfobins/dash.md @@ -5,7 +5,7 @@ functions: file-write: - code: | export LFILE=file_to_write - ash -c 'echo DATA > $LFILE' + dash -c 'echo DATA > $LFILE' suid: - code: ./dash -p sudo: