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

{
"description": "Each line is corrupted by a prefix string. Also consider that lines are actually parsed as 'kickstart' scripts thus some file contents may lead to unexpected results.\n",
"functions": {
"file-read": [
{
"code": "ksshell -i [file]\n"
}
],
"suid": [
{
"code": "./ksshell -i [file]\n"
}
],
"sudo": [
{
"code": "sudo ksshell -i [file]\n"
}
]
}
}