From 4c3636900c0d479781e9e6bf81fa8c7971f4e32f Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Tue, 7 Jan 2020 23:42:52 +0100 Subject: [PATCH] fix typo in shell name --- _gtfobins/dash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: