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.

20 lines
469 B
JSON

{
"description": "Make sure that 'RANDOM' does not appear into the file to read otherwise the content of the file is corrupted by reversing the order of 'RANDOM'-separated chunks.",
"functions": {
"file-read": [
{
"code": "tac -s 'RANDOM' \"[file]\"\n"
}
],
"suid": [
{
"code": "./tac -s 'RANDOM' \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo tac -s 'RANDOM' \"[file]\"\n"
}
]
}
}