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

{
"description": "Three spaces are added before each character in the read file, and non-printable chars are printed as backslash escape sequences.",
"functions": {
"file-read": [
{
"code": "od -An -c -w9999 [file]\n"
}
],
"suid": [
{
"code": "./od -An -c -w9999 [file]\n"
}
],
"sudo": [
{
"code": "sudo od -An -c -w9999 [file]\n"
}
]
}
}