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

{
"description": "This only returns ASCII strings, thus it is not suitable for binary files.",
"functions": {
"file-read": [
{
"code": "strings \"[file]\"\n"
}
],
"suid": [
{
"code": "./strings \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo strings \"[file]\"\n"
}
]
}
}