improve data source for chmod

master
Mr. Robot 3 years ago committed by GitHub
parent 149f4213ab
commit 7cd2655575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,15 +1,15 @@
{
"description": "This can be run with elevated privileges to change permissions and then read, write, or execute a file.",
"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 0777 [file]\n"
"code": "./chmod 6777 [file]\n"
}
],
"sudo": [
{
"code": "sudo chmod 0777 [file]\n"
"code": "sudo chmod 6777 [file]\n"
}
]
}
}
}

Loading…
Cancel
Save