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.

16 lines
333 B
JSON

{
"description": "This can be run with elevated privileges to change permissions ('6' denotes the SUID bits) and then read, write, or execute a file.",
"functions": {
"suid": [
{
"code": "./chmod 6777 [file]\n"
}
],
"sudo": [
{
"code": "sudo chmod 6777 [file]\n"
}
]
}
}