add data source for gzip

master
Mr. Robot 3 years ago committed by GitHub
parent 86692f7222
commit 856b6905a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"description": "There are also a number of other utilities that rely on 'gzip' under the hood, e.g., 'zless', 'zcat', 'gunzip', etc. Besides having similar features, they also allow privileged reads if 'gzip' itself is SUID.",
"functions": {
"file-read": [
{
"code": "gzip -f [file] -t\n"
}
],
"suid": [
{
"code": "./gzip -f [file] -t\n"
}
],
"sudo": [
{
"code": "sudo gzip -f [file] -t\n"
}
]
}
}
Loading…
Cancel
Save