1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 07:36:03 +02:00

Fix shuf YAML

This commit is contained in:
Andrea Cardaci 2018-08-31 15:51:14 +02:00
parent 7a3422666f
commit 8f4b085807

View File

@ -6,8 +6,7 @@ functions:
LFILE=file_to_write
shuf -e DATA -o "$LFILE"
suid-enabled:
- description:
code: |
- code: |
LFILE=file_to_write
./shuf -e DATA -o "$LFILE"
sudo-enabled: