You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
339 B
JSON

{
"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"
}
]
}
}