mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fixed syntax error
This commit is contained in:
parent
de10e4761e
commit
286775860a
@ -8,7 +8,7 @@ functions:
|
||||
cat $TF*
|
||||
command:
|
||||
- description: Command execution using an existing or new created file.
|
||||
- code: |
|
||||
code: |
|
||||
COMMAND=id
|
||||
TF=$(mktemp)
|
||||
split --filter=$COMMAND $TF
|
||||
@ -23,5 +23,3 @@ functions:
|
||||
- code: |
|
||||
split --filter=bash /dev/stdin
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user