add data for shuf

master
t0thkr1s 4 years ago
parent a3ba2b70e9
commit 1c9ffe2608

@ -0,0 +1,18 @@
{
"description": "The read file content is corrupted by adding a newline.",
"functions": {
"file-write": [
{
"code": "shuf -e DATA -o [file]\n"
}
],
"suid": [
{
"code": "./shuf -e DATA -o [file]\nsudo:\n"
},
{
"code": "sudo shuf -e DATA -o [file]\n"
}
]
}
}
Loading…
Cancel
Save