add data source for ar

master
Mr. Robot 3 years ago committed by GitHub
parent 26e5a64e90
commit cef17eb6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"description": "The file appears amid the binary content of the archive.",
"functions": {
"file-read": [
{
"code": "ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
],
"suid": [
{
"code": "./ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
],
"sudo": [
{
"code": "sudo ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
]
}
}
Loading…
Cancel
Save