mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix shuf YAML
This commit is contained in:
parent
7a3422666f
commit
8f4b085807
@ -6,8 +6,7 @@ functions:
|
|||||||
LFILE=file_to_write
|
LFILE=file_to_write
|
||||||
shuf -e DATA -o "$LFILE"
|
shuf -e DATA -o "$LFILE"
|
||||||
suid-enabled:
|
suid-enabled:
|
||||||
- description:
|
- code: |
|
||||||
code: |
|
|
||||||
LFILE=file_to_write
|
LFILE=file_to_write
|
||||||
./shuf -e DATA -o "$LFILE"
|
./shuf -e DATA -o "$LFILE"
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
|
Loading…
Reference in New Issue
Block a user