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" +---