mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Enforce conventions
This commit is contained in:
parent
373f57fc18
commit
3409aa0949
@ -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"
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user