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

{
"description": "Each line is corrupted by a prefix string and wrapped inside quotes, so this may not be suitable for binary files. If a line in the target file begins with a '#' it will not be printed as these lines are parsed as comments. It can also be provided with a directory and will read each file in the directory.",
"functions": {
"file-read": [
{
"code": "file -m [file]\n"
}
],
"suid": [
{
"code": "./file -m [file]\n"
}
],
"sudo": [
{
"code": "sudo file -m [file]\n"
}
]
}
}